-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 979 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
{
"name": "gag_combo_gen_web",
"version": "0.2.2",
"description": "Generates optimal single-cog gag combinations given user constraints (front-end)",
"main": "wasm/gag_combo_gen_web.wasm",
"directories": {
"test": "test"
},
"scripts": {
"test": "cd ./test && npm install && npm start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JonathanHelianthicusDoe/gag_combo_gen_web.git"
},
"keywords": [
"toontown",
"gag",
"combo",
"optimizer",
"ttr"
],
"author": "JonathanHelianthicusDoe",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/JonathanHelianthicusDoe/gag_combo_gen_web/issues"
},
"homepage": "https://github.com/JonathanHelianthicusDoe/gag_combo_gen_web#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.7.1",
"@typescript-eslint/parser": "^3.7.1",
"eslint": "^7.5.0",
"prettier": "^2.0.5",
"typescript": "^3.9.7"
}
}