-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 847 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 847 Bytes
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
{
"name": "wuwa-editor",
"version": "1.5.0",
"description": "edit Wuthering Waves advance settings + unlock FPS",
"main": "src/editor.js",
"bin": "src/editor.js",
"scripts": {
"start": "node src/editor.js",
"build": "node utils/build.js",
"test": "mocha",
"prettier": "prettier --write \"src/*.js\" \"utils/**/*.js\""
},
"keywords": [
"WuWa",
"settings"
],
"author": "Type-Delta",
"license": "MIT",
"devDependencies": {
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.7",
"@types/node": "^22.1.0",
"chai": "^5.1.1",
"mocha": "^10.7.0",
"prettier": "^3.6.2"
},
"dependencies": {
"7zip-bin": "^5.2.0",
"command-exists": "^1.2.9",
"is-elevated": "^4.0.0",
"lodash": "^4.17.21",
"node-7z": "^3.0.0",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7"
}
}