-
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) · 863 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 863 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": "birm-be",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:HA-Team/birm-be.git",
"author": "Antonio Aznarez <antonio@aznarez.com.ar>",
"license": "MIT",
"scripts": {
"dev": "ts-node ./source/server.ts"
},
"devDependencies": {
"@types/node": "^13.1.7",
"@typescript-eslint/eslint-plugin": "^2.21.0",
"@typescript-eslint/parser": "^2.21.0",
"eslint": "^6.8.0",
"prettier": "^1.19.1",
"ts-node": "^8.6.2",
"typescript": "^3.7.5"
},
"dependencies": {
"@types/bcrypt": "^3.0.0",
"@types/jsonwebtoken": "^8.3.7",
"@types/mongodb": "^3.5.2",
"apollo-datasource": "^0.7.0",
"apollo-server": "^2.9.16",
"bcrypt": "^4.0.0",
"dotenv": "^8.2.0",
"graphql": "^14.5.8",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.5.4",
"nexus": "^0.12.0-rc.5"
}
}