-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 980 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
{
"name": "IvansGovernor",
"version": "1.0.0",
"main": "src/index.js",
"license": "MIT",
"author": "Ivan",
"akiVersion": "3.0.0",
"scripts": {
"setup:environment": "yarn install",
"build:tsmod": "yarn clean:usermod && yarn copyTo:tsmod",
"copyTo:tsmod": "cp -r ./src ../../user/mods/z999-Ivans-Governor/src && cp -r ./assets ../../user/mods/z999-Ivans-Governor/assets && cp ./package.json ../../user/mods/z999-Ivans-Governor/package.json",
"clean:usermod": "(cd ../../user/mods/ && rm -rf z999-Ivans-Governor && mkdir z999-Ivans-Governor)"
},
"devDependencies": {
"@types/node": "^14.15.3",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"bestzip": "2.2.1",
"copyfiles": "2.4.1",
"eslint": "7.26.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"tsyringe": "4.6.0",
"typescript": "4.6.4"
},
"modTargetName": "z999-Ivans-Governor"
}