-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 891 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
{
"name": "local-image-server",
"version": "1.0.0",
"description": "",
"main": "app.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "tap \"test/**/*.test.js\"",
"start": "fastify start -p 9071 -l info app.js",
"dev": "fastify start -p 9071 -w -l info -P app.js"
},
"repository": {
"type": "git",
"url": "ssh://git@dogeapp.cn:10022/bigboss/local-image-server.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"dayjs": "^1.10.5",
"fastify": "^3.0.0",
"fastify-autoload": "^3.3.1",
"fastify-cli": "^2.13.0",
"fastify-cors": "^6.0.1",
"fastify-multer": "^2.0.2",
"fastify-plugin": "^3.0.0",
"fastify-sensible": "^3.1.0",
"lodash": "^4.17.21",
"nanoid": "^3.1.23",
"sharp": "^0.28.3"
},
"devDependencies": {
"tap": "^15.0.9"
}
}