-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 836 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
{
"name": "create-vibrary",
"version": "0.4.1",
"main": "index.js",
"bin": {
"create-vibrary": "index.js",
"cva": "index.js"
},
"files": [
"index.js",
"template-*"
],
"scripts": {
"release": "release-it"
},
"dependencies": {
"kolorist": "^1.5.0",
"minimist": "^1.2.5",
"prompts": "^2.4.1",
"replace-in-file": "^6.3.5"
},
"devDependencies": {
"@release-it/conventional-changelog": "^5.0.0",
"release-it": "^15.1.3"
},
"engines": {
"node": "^14.18.0 || >=16.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hunterliu1003/vibrary.git"
},
"bugs": {
"url": "https://github.com/hunterliu1003/vibrary/issues"
},
"homepage": "https://github.com/hunterliu1003/vibrary#readme",
"license": "MIT",
"author": "Hunter Liu"
}