-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
30 lines (30 loc) · 914 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
{
"name": "ayaya-league-rewrite",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@types/node": "^18.14.6",
"electron": "^23.1.3",
"mathjs": "^11.6.0",
"memoryjs": "^3.5.0",
"node-addon-api": "^6.0.0",
"typescript": "^4.9.5"
},
"scripts": {
"rebuild": "cd scripts & rebuild.bat",
"rebuild_memoryjs": "cd scripts & rebuild_memoryjs.bat",
"offsets": "ts-node src/dev/FindOffsets",
"start": "tsc & electron dist/index.js",
"start-slim": "electron dist/index.js",
"test-ui": "electron tests/TestGraphic.js",
"generate-script-types": "tsc src/models/ScriptCore.ts --declaration --target es6 --emitDeclarationOnly --moduleResolution node --outFile types/ScriptCoreTypes"
},
"keywords": [],
"author": "Emily",
"license": "MIT",
"devDependencies": {
"@types/electron": "^1.6.10",
"@types/p5": "^1.5.0"
}
}