generated from BRAVO68WEB/typescript-express-hasura-pgsql-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1006 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
41
{
"name": "urbanize-backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"watch": "tsc -w",
"dev": "ts-node-dev src/index.ts",
"start": "npm run compile && node ./dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@nexus/schema": "^0.20.1",
"@types/jsonwebtoken": "^9.0.2",
"apollo-server": "^3.12.0",
"argon2": "^0.30.3",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"envfile": "^6.18.0",
"graphql": "^16.7.1",
"graphql-scalars": "^1.22.2",
"jsonwebtoken": "^9.0.1",
"nexus": "^1.3.0",
"nexus-plugin-prisma": "^0.35.0",
"pg": "^8.11.1",
"sequelize": "^6.32.1",
"typeorm": "^0.3.17",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/node": "^20.4.1",
"nodemon": "^3.0.1",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^5.1.6"
}
}