-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.02 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
{
"name": "lunarbase",
"version": "1.0.0",
"description": "A base project for creating tools and plugins for RPGMakerMV/MZ.",
"main": "index.js",
"scripts": {
"build": "lix publish.hxml",
"compile": "npx luna-wizard build compile.hxml",
"watch": "npx luna-wizard build compile.hxml --watch ./src",
"clean:dist": "npx napkin -path='./dist/'",
"checkstyle": "npx haxelib run checkstyle -s ./src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LunaTechsDev/LunarBase.git"
},
"keywords": [
"lunarbase",
"lunartea",
"rpgmaker",
"rpgmakermv",
"rpgmakermz",
"rmmv",
"rmmz"
],
"author": "Kino, Waynee, Inc0der",
"license": "MIT",
"bugs": {
"url": "https://github.com/LunaTechsDev/LunarBase/issues"
},
"homepage": "https://github.com/LunaTechsDev/LunarBase#readme",
"dependencies": {
"lix": "^15.9.0",
"@lunatechs/lunatea-napkin": "",
"@lunatechs/luna-wizard": ""
},
"execMap": {
"hxml": "haxe",
"hx": "haxe"
}
}