-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.1 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
44
45
46
47
48
49
50
51
52
53
{
"name": "@frontle/frontle-cli",
"version": "1.1.9",
"description": "Frontle command line interface tool",
"engines": {
"node": ">=16.0.0"
},
"keywords": [
"frontle",
"spa",
"framework",
"client",
"browser",
"android",
"ios",
"cordova",
"electron"
],
"author": "Artifriends, Inc. <[email protected]>",
"contributors": [
"Yun Hyeongjun <[email protected]>",
"Ohn Donghun <[email protected]>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Frontle-Foundation/Frontle-CLI.git"
},
"bugs": {
"url": "https://github.com/Frontle-Foundation/Frontle-CLI/issues"
},
"homepage": "https://frontle.org/",
"main": "bin/cli.js",
"bin": {
"frontle": "bin/cli.js"
},
"files": [
"LICENSE",
"README.md",
"bin",
"frontle_core"
],
"dependencies": {
"@babel/core": "7.18.6",
"@babel/preset-env": "7.18.6",
"babelify": "10.0.0",
"browserify": "17.0.0",
"colors": "1.4.0",
"commander": "^9.4.1",
"node-html-parser": "^6.1.1",
"shelljs": "0.8.5"
}
}