forked from team-innovation/vue-sfc-rollup
-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
45 lines (45 loc) · 1.12 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
{
"name": "vue-sfc-cli",
"description": "Quickly generate redistributable vue sfc components",
"version": "1.4.0",
"author": "Michael Dodge",
"contributors": [
"https://github.com/FEMessage"
],
"bin": "./init.js",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/FEMessage/vue-sfc-cli.git"
},
"homepage": "https://github.com/FEMessage/vue-sfc-cli.git",
"keywords": [
"vue",
"sfc",
"template",
"cli",
"generator"
],
"scripts": {
"test": "echo \"Info: no test specified\"",
"preview": "node init --test && cd v-test && yarn --registry=https://registry.npm.taobao.org && yarn doc",
"stdver": "standard-version -m '[skip ci] chore(release): v%s'",
"release": "gren release --override"
},
"dependencies": {
"fs-extra": "^7.0.1",
"glob": "^7.1.3",
"kleur": "^3.0.3",
"lodash.set": "^4.3.2",
"mri": "^1.1.4",
"readline-sync": "^1.4.9"
},
"engines": {
"npm": ">=5.2.0"
},
"devDependencies": {
"@femessage/github-release-notes": "^0.19.0",
"standard-version": "^6.0.1"
},
"gren": "@femessage/grenrc"
}