-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.17 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.17 KB
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
{
"name": "universal-fastify",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"start": "node --env-file=.env server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@dip1059/safe-math-js": "^1.0.0",
"@fastify/auth": "^4.6.1",
"@fastify/cookie": "^9.3.1",
"@fastify/cors": "^9.0.1",
"@fastify/formbody": "^7.4.0",
"@fastify/multipart": "^8.2.0",
"@fastify/oauth2": "^7.8.1",
"@fastify/postgres": "^5.2.2",
"@fastify/redis": "^6.2.0",
"@fastify/session": "^10.8.0",
"@fastify/static": "^7.0.4",
"@fastify/websocket": "^10.0.1",
"bcrypt": "^5.1.1",
"config": "^3.3.11",
"dotenv": "^16.4.5",
"fastify": "^4.27.0",
"fastify-plugin": "^4.5.1",
"nodemon": "^3.1.0",
"universal-llm": "github:Universal-Code-Modules/universal-llm",
"uuid": "^9.0.1"
},
"nodemonConfig": {
"verbose": false
},
"devDependencies": {
"@eslint/js": "^9.2.0",
"eslint": "^9.2.0",
"eslint-config-recommended": "^4.1.0",
"globals": "^15.2.0"
}
}