-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.08 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.08 KB
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
{
"name": "kiniitta",
"version": "1.0.0",
"description": "> Core Engine for RPGMaker MZ Haxe Development",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "nodemon --watch src -e hx,hxml,xml --exec haxe compile.hxml",
"gendoc": "haxe -xml doc.xml -D doc-gen generate-doc.hxml",
"createdoc": "haxelib run dox -i libdocs/ --title \"LunaTea\" --include-private -o docs/ -D source-path https://github.com/LunaTechsDev/LunaTea/tree/master/src",
"integritycheck": "haxe integrity-check.hxml",
"watchCrossCmp" : "nodemon --watch src -e hx,hxml,xml --exec haxe --times --connect 6050 compatibility-check.hxml"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KinoAR/kiniitta.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/KinoAR/kiniitta/issues"
},
"homepage": "https://github.com/KinoAR/kiniitta#readme",
"devDependencies": {
"nodemon": "^2.0.4"
},
"execMap": {
"hxml": "haxe",
"hx": "haxe"
},
"dependencies": {
"lix": "^15.9.0"
}
}