-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 830 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 830 Bytes
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
{
"name": "plurali",
"version": "1.0.0",
"dependencies": {
"@fastify/cors": "^8.1.0",
"@fastify/view": "^7.1.0",
"@fastify/websocket": "^7.0.0",
"@prisma/client": "^4.2.1",
"contairy": "^1.0.1-1",
"dotenv": "^16.0.2",
"eventemitter3": "^4.0.7",
"fastify": "^4.5.2",
"fastify-plugin": "^4.2.0",
"glob": "^8.0.3",
"liquid": "^5.1.1",
"liquidjs": "^9.42.0",
"pino-pretty": "^9.1.0",
"prisma": "^4.2.1"
},
"devDependencies": {
"@types/glob": "^8.0.0",
"@types/node": "^18.7.14",
"@types/ws": "^8.5.3",
"cross-env": "^7.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
},
"scripts": {
"dev": "cross-env NODE_ENV=development ts-node src",
"build": "tsc -p tsconfig.json",
"prod": "cross-env NODE_ENV=production node dist"
}
}