-
-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 776 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 776 Bytes
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
{
"name": "create-adv",
"type": "module",
"version": "0.1.1",
"description": "Create a new advjs project/plugin",
"author": {
"name": "YunYouJun",
"email": "me@yunyoujun.cn",
"url": "https://www.yunyoujun.cn"
},
"license": "MPL-2.0",
"homepage": "https://github.com/YunYouJun/advjs/tree/main/packages/create-adv#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/YunYouJun/advjs.git"
},
"main": "index.js",
"bin": {
"create-adv": "bin/index.mjs"
},
"files": [
"index.js",
"template-*"
],
"dependencies": {
"consola": "catalog:cli",
"execa": "catalog:cli",
"minimist": "catalog:cli",
"prompts": "catalog:cli"
},
"devDependencies": {
"@types/minimist": "catalog:"
}
}