-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1003 Bytes
/
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
{
"name": "xeon-cli",
"version": "1.0.6",
"description": "Command Line Interface for Xeon JS.",
"main": "./bin/xeon-cli",
"bin": {
"xeon-cli": "./bin/xeon-cli"
},
"publishConfig": {
"access": "public"
},
"scripts": {},
"bugs": {
"url": "https://github.com/chatcord/xeon-cli/issues"
},
"engines": {
"node": "^10.12.0 || >=12.0.0"
},
"files": [
"bin",
"src",
"templates"
],
"homepage": "https://github.com/chatcord/xeon-cli#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/chatcord/xeon-cli.git",
"directory": "."
},
"keywords": [
"xeon js",
"xeon-cli",
"create-xeon-app"
],
"author": "Arif Sardar",
"license": "MIT",
"dependencies": {
"arg": "^5.0.0",
"chalk": "^4.1.1",
"esm": "^3.2.25",
"execa": "^5.1.1",
"fs-extra": "^10.0.0",
"inquirer": "^8.1.1",
"listr": "^0.14.3",
"ncp": "^2.0.0",
"node-fetch": "^2.6.1",
"pkg-install": "^1.0.0"
}
}