forked from dougreichard/artemis_macro_language
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 775 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": "artemis-macro-language",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha -u bdd --timeout 999999 --colors ./test/",
"docs": "jsdoc -c jsdoc-config.json",
"pkg": "pkg index.js --output build\\aml.exe -t win-x64",
"quiet": "cd .\\examples\\quiet-is-the-hunt && ..\\..\\build\\aml ",
"tourn": "cd .\\test\\modular\\cruiser_tournament && ..\\..\\..\\build\\aml "
},
"author": "",
"license": "ISC",
"dependencies": {
"chalk": "^4.0.0",
"command-line-args": "^5.1.1",
"command-line-usage": "^6.1.0",
"xml-js": "^1.6.11"
},
"devDependencies": {
"chai": "^4.2.0",
"jsdoc": "^3.6.4",
"mocha": "^7.1.2",
"pkg": "^4.4.8"
},
"pkg": {
"assets": []
}
}