-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 937 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
41
{
"name": "lingshu",
"version": "0.0.1",
"description": "立志成为最好的模版工程更新工具; 立志成为最方便二开的模版工程更新工具",
"main": "./src/index.js",
"bin": {
"lgs": "./src/index.js"
},
"scripts": {
"demo": "node ./src/index test -u"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xbenduan/lingshu.git"
},
"keywords": [
"cli",
"template"
],
"author": "xbenduan",
"license": "ISC",
"bugs": {
"url": "https://github.com/xbenduan/lingshu/issues"
},
"homepage": "https://github.com/xbenduan/lingshu#readme",
"files": [
"src",
"README.md",
"index.js"
],
"devDependencies": {
"eslint": "^8.47.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.2"
},
"dependencies": {
"@notionhq/client": "^2.2.13",
"commander": "^11.0.0",
"miniprogram-ci": "^1.9.8"
}
}