-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.41 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "scaffoldizer",
"version": "0.0.16",
"description": "Modular scaffold creation",
"bin": {
"scaffoldizer": "./bin/scaffoldizer"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": "^14.x.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mobily-enterprises/scaffoldizer.git"
},
"keywords": [
"scaffold"
],
"author": "Tony Mobily",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/mobily-enterprises/scaffoldizer/issues"
},
"dependencies": {
"commander": "^6.0.0",
"debug": "^4.3.4",
"ejs": "^3.1.5",
"escape-string-regexp": "^4.0.0",
"fs-extra": "^9.0.1",
"get-value": "^3.0.1",
"json-stable-stringify": "^1.0.1",
"json5": "^2.1.3",
"pkg-up": "^3.1.0",
"prompts": "^2.3.2",
"recursive-copy": "^2.0.10",
"replace-in-file": "^6.1.0",
"set-value": "^4.x.x",
"system-commands": "^1.1.7",
"unset-value": "^1.0.0"
},
"devDependencies": {
"eslint": "^7.4.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-html": "^6.0.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-lit": "^1.2.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"standard": "^14.3.4"
},
"homepage": "https://github.com/mobily-enterprises/scaffoldizer#readme"
}