-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 870 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
{
"name": "@pengliheng/api",
"version": "1.0.0",
"description": "个人api制作",
"main": "index.js",
"scripts": {
"start": "node index.js",
"n": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pengliheng/api.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/pengliheng/api/issues"
},
"homepage": "https://github.com/pengliheng/api#readme",
"dependencies": {
"@koa/cors": "^2.2.1",
"autoprefixer": "^9.3.1",
"axios": "^0.18.0",
"fs-extra": "^6.0.1",
"koa": "^2.7.0",
"koa-body": "^4.1.0",
"koa-bodyparser": "^4.2.1",
"koa-router": "^7.4.0",
"path": "^0.12.7",
"postcss": "6.0.23",
"precss": "^3.1.2",
"tinify": "^1.6.0-beta.2"
}
}