-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
28 lines (28 loc) · 993 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
{
"name": "crosscode-tweak-pack",
"version": "1.1.0",
"ccmodHumanName": "dmitmel's tweak pack",
"description": "Micro-mods by dmitmel in a single 999-in-1 package, ranging from QoL tweaks to cheats.",
"license": "CC0-1.0",
"homepage": "https://github.com/dmitmel/crosscode-tweak-pack",
"module": true,
"plugin": "src/_plugin.js",
"prestart": "src/_prestart.js",
"assets": [
"data/lang/sc/gui.en_US.json.patch",
"data/lang/sc/gui.ru_RU.json.patch"
],
"scripts": {
"lint": "eslint . --ext .js,.ts --ignore-path .gitignore",
"check-fmt": "prettier --check '**/*.{js,ts,json,css,scss,html,md}' --ignore-path .gitignore"
},
"devDependencies": {
"eslint": "^7.29.0",
"eslint-config-dmitmel": "dmitmel/eslint-config-dmitmel",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.3.1",
"ultimate-crosscode-typedefs": "dmitmel/ultimate-crosscode-typedefs"
}
}