-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 845 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
{
"name": "create-shapezio-mod",
"version": "0.12.9",
"main": "index.js",
"author": "DJ1TJOO",
"license": "GPL-3.0-only",
"bin": {
"create-shapezio-mod": "bin/create-shapezio-mod"
},
"scripts": {
"lint": "yarn eslint --fix --ext .js"
},
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/DJ1TJOO/create-shapez.io-mod.git",
"keywords": [
"cli",
"create-shapezio-mod",
"shapez.io",
"shapez.io modding",
"shapez.io mod"
],
"files": [
"bin/",
"src/",
"template/"
],
"dependencies": {
"@octokit/rest": "^18.12.0",
"arg": "^5.0.1",
"chalk": "4.1.2",
"esm": "^3.2.25",
"figures": "1.7.0",
"inquirer": "^8.2.0",
"listr": "^0.14.3",
"ncp": "^2.0.0",
"pkg-install": "^1.0.0",
"prettier": "^2.5.1",
"yargs": "^17.3.1"
},
"devDependencies": {
"eslint": "^8.30.0"
}
}