-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1007 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 1007 Bytes
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
{
"name": "@lunatechs/luna-wizard",
"version": "0.3.3-beta.1",
"description": "A CLI tool for easy setup and configuration of RPG Maker plugin's made with LunaTea.",
"main": "bin/wizard.js",
"bin": {
"luna-wizard": "bin/wizard.js"
},
"files": [
"bin/wizard.js",
"bin/wizard.js.map"
],
"directories": {
"test": "tests"
},
"scripts": {
"build": "lix hxml/compile.hxml",
"test": "lix hxml/test.hxml"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LunaTechsDev/LunaWizard.git"
},
"keywords": [
"lunatechs",
"cli",
"rpg",
"maker",
"plugins"
],
"author": "LunaTechs | inc0der",
"license": "MIT",
"bugs": {
"url": "https://github.com/LunaTechsDev/LunaWizard/issues"
},
"homepage": "https://github.com/LunaTechsDev/LunaWizard#readme",
"dependencies": {
"@lunatechs/lunatea-napkin": "^1.5.0",
"chokidar": "^3.4.2",
"lix": "^15.9.0",
"prompts": "^2.3.2",
"tslog": "^2.8.0"
}
}