-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·43 lines (43 loc) · 1.05 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
{
"name": "lig-interactive-generator",
"version": "0.5.4",
"description": "- Last Update : 2021/03/19 - Leatest Version : 0.5.4 - Author : LIG inc",
"main": "index.js",
"engines": {
"node": ">=8.17.0",
"npm": "^6.13.4"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/liginc/lig-interactive-generator.git"
},
"keywords": [],
"author": "LIG inc",
"bugs": {
"url": "https://github.com/liginc/lig-interactive-generator/issues"
},
"bin": {
"lig": "./index.js"
},
"homepage": "https://github.com/liginc/lig-interactive-generator/blob/master/README.md",
"dependencies": {
"chalk": "^2.4.2",
"child_process": "^1.0.2",
"cross-spawn": "^6.0.5",
"fs-extra": "^8.1.0",
"inquirer": "^6.4.1",
"mkdirp": "^0.5.1",
"node-latest-stable-version": "^0.1.0",
"ora": "^3.4.0",
"path": "^0.12.7",
"promise": "^8.0.3",
"update-notifier": "^1.0.3",
"yargs": "^13.3.0"
},
"devDependencies": {},
"directories": {
"lib": "lib"
},
"license": "MIT"
}