-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 976 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
39
40
{
"name": "gym-nexus",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "tsx watch src/server.ts",
"start": "node build/server.js",
"build": "tsup src --out-dir build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fabricioOak/gym-nexus.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/fabricioOak/gym-nexus/issues"
},
"homepage": "https://github.com/fabricioOak/gym-nexus#readme",
"devDependencies": {
"@types/bcryptjs": "2.4.2",
"@types/node": "20.2.5",
"@typescript-eslint/eslint-plugin": "5.59.8",
"@typescript-eslint/parser": "5.59.8",
"eslint": "8.41.0",
"prisma": "4.15.0",
"tsup": "6.7.0",
"tsx": "3.12.7",
"typescript": "5.0.4"
},
"dependencies": {
"@prisma/client": "4.15.0",
"bcryptjs": "2.4.3",
"dotenv": "16.1.3",
"fastify": "4.17.0",
"zod": "3.21.4"
}
}