forked from Sidoine/Ovale
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.88 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "ovale",
"version": "8.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "tsc && ava",
"prepare": "tstolua -p tsconfig.lua.json",
"prepare-tools": "tsc",
"simc": "node dist/utils/importsimc.js ../../simc",
"watch": "tstolua -p tsconfig.lua.json -w",
"watch-tools": "tsc -w",
"watch-test": "ava --watch"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/node": "^10.11.0",
"@wowts/ace_comm-3.0": "^1.0.0",
"@wowts/ace_config-3.0": "^1.1.0",
"@wowts/ace_config_dialog-3.0": "^1.0.3",
"@wowts/ace_console-3.0": "^1.0.0",
"@wowts/ace_db-3.0": "^1.1.0",
"@wowts/ace_db_options-3.0": "^1.1.0",
"@wowts/ace_event-3.0": "^1.0.0",
"@wowts/ace_gui-3.0": "^1.1.0",
"@wowts/ace_locale-3.0": "^1.0.0",
"@wowts/ace_serializer-3.0": "^1.1.0",
"@wowts/ace_timer-3.0": "^2.1.0",
"@wowts/bit": "^1.0.0",
"@wowts/coroutine": "^1.0.1",
"@wowts/lib_artifact_data-1.0": "^1.0.0",
"@wowts/lib_babble-creature_type-3.0": "^1.1.1",
"@wowts/lib_d_b_icon-1.0": "^1.0.0",
"@wowts/lib_data_broker-1.1": "^1.0.0",
"@wowts/lib_dual_spec-1.0": "^1.0.0",
"@wowts/lib_range_check-2.0": "^1.0.0",
"@wowts/lib_text_dump-1.0": "^1.0.1",
"@wowts/libactionbutton-1.0-elvui": "^1.0.1",
"@wowts/lua": "^1.3.2",
"@wowts/masque": "^1.0.1",
"@wowts/math": "^1.1.0",
"@wowts/recount": "^1.1.0",
"@wowts/string": "^1.0.5",
"@wowts/table": "^1.0.1",
"@wowts/tsaddon": "^1.1.2",
"@wowts/tslib": "^1.1.0",
"@wowts/wow-mock": "^1.12.0"
},
"devDependencies": {
"@wowts/tstolua": "^1.6.0",
"ava": "^0.25.0",
"tslint": "^5.7.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Sidoine/Ovale.git"
},
"ava": {
"files": [
"dist/tests/**/*.js"
]
}
}