-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 900 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
{
"name": "simple-server-framework",
"version": "0.4.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Adasqu/simple-server-framework.git"
},
"author": "adasqu",
"license": "MIT",
"bugs": {
"url": "https://github.com/Adasqu/simple-server-framework/issues"
},
"homepage": "https://github.com/Adasqu/simple-server-framework#readme",
"dependencies": {
"@fastify/auth": "^4.1.0",
"@fastify/jwt": "^6.3.2",
"@fastify/static": "^6.5.0",
"@fastify/view": "^7.4.1",
"@fastify/websocket": "^8.1.0",
"ejs": "^3.1.9",
"fastify": "^4.15.0",
"@fastify/env": "^4.2.0",
"fastify-mailer": "^2.3.1",
"fastify-routes": "^3.2.0",
"fastify-sequelize": "^1.0.4",
"pg": "^8.8.0"
}
}