forked from megalojs/megalo-cli
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 862 Bytes
/
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
{
"name": "@megalo/cli",
"version": "1.0.0-beta.2",
"description": "megalo project template",
"keywords": [
"vue",
"megalo",
"megalo-cli"
],
"bin": {
"megalo": "./cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/megalojs/megalo-cli.git",
"directory": "packages/@megalo/cli"
},
"bugs": {
"url": "https://github.com/megalojs/megalo-cli/issues"
},
"homepage": "https://github.com/megalojs/megalo-cli/#readme",
"author": "zwwill <[email protected]> (github.com/zwwill)",
"license": "MIT",
"files": [
"saofile.js",
"cli.js",
"templates",
"util"
],
"scripts": {
"postinstall": "node util/welcome"
},
"dependencies": {
"chalk": "^2.4.1",
"compare-versions": "^3.4.0",
"execa": "^1.0.0",
"latest-version": "^4.0.0",
"sao": "^1.6.1"
}
}