-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.32 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
56
{
"name": "@deg-skeletor/orko",
"version": "1.2.5",
"description": "The scaffolding tool for the Skeletor UI build tool ecosystem",
"main": "index.js",
"scripts": {
"test": "jest",
"lint": "eslint index.js"
},
"author": "Aaron Ladage <aladage@degdigital.com>",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/deg-skeletor/orko.git"
},
"bugs": {
"url": "https://github.com/deg-skeletor/orko/issues"
},
"homepage": "https://github.com/deg-skeletor/orko#readme",
"files": [
"index.js",
"config",
"lib",
"steps",
"utils"
],
"peerDependencies": {
"@deg-skeletor/core": "^1.1.0",
"@deg-skeletor/cli": "^1.0.0"
},
"devDependencies": {
"eslint": "7.18.0",
"jest": "26.6.3"
},
"dependencies": {
"chalk": "^2.4.2",
"inquirer": "^6.2.2",
"fs-extra": "^7.0.1",
"simple-git": "^1.107.0",
"replace-in-file": "^6.1.0",
"child-process-promise": "^2.2.1",
"semver-regex": "^2.0.0"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"orko",
"skeletor",
"DEG",
"scaffolding",
"ui",
"build",
"tools"
]
}