-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 883 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
{
"name": "uni-mgr-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npx tsc && node ./copy-schema.js && node dist/main.js",
"build": "npx tsc"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@fastify/cors": "^8.5.0",
"@fastify/jwt": "^7.2.4",
"@graphql-tools/graphql-file-loader": "^8.0.0",
"@graphql-tools/load": "^8.0.1",
"bcryptjs": "^2.4.3",
"dotenv": "^16.3.1",
"fastify": "^4.25.2",
"graphql": "^16.8.1",
"jsonwebtoken": "^9.0.2",
"mercurius": "^13.3.3",
"mongodb": "^6.3.0",
"typescript": "^5.3.3"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/jsonwebtoken": "^9.0.5",
"@types/node": "^20.11.5"
},
"packageManager": "pnpm@8.15.4+sha256.cea6d0bdf2de3a0549582da3983c70c92ffc577ff4410cbf190817ddc35137c2"
}