-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.05 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
{
"name": "@melody-core/leo",
"version": "1.2.4",
"description": "初始化项目的脚手架命令工具",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"leo": "./index.js"
},
"keywords": [
"@melody-core",
"leo",
"cli",
"melody-core",
"melody-core/leo"
],
"repository": {
"type": "git",
"url": "https://github.com/melody-core/leo.git"
},
"contributors": [
{
"name": "wxydesign",
"email": "[email protected]",
"url": "https://github.com/melodyWxy"
},
{
"name": "amjanney",
"email": "[email protected]",
"url": "https://github.com/amjanney"
}
],
"license": "MIT",
"dependencies": {
"chalk": "^4.1.1",
"commander": "^8.0.0",
"inquirer": "^8.1.2",
"ora": "^5.4.1",
"simple-git": "^2.41.1"
},
"bugs": {
"url": "https://github.com/melody-core/leo/issues"
},
"homepage": "https://melody-core.github.io/",
"publishConfig": {
"registry":"https://npm.pkg.github.com"
}
}