-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.25 KB
/
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
42
43
44
45
46
47
48
{
"name": "devise-api",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"start": "node_modules/.bin/ts-node src/index.ts",
"dev": "node_modules/.bin/ts-node-dev src/index.ts",
"test": "node_modules/.bin/jest --verbose --coverage"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/cors": "^2.8.7",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"bunyan": "^1.8.14",
"bunyan-format": "^0.2.1",
"config": "^3.3.1",
"cors": "^2.8.5",
"couchbase": "^3.0.4",
"express": "^4.17.1",
"express-graphql": "^0.9.0",
"graphql": "^15.3.0",
"jsonwebtoken": "^8.5.1",
"uuidv4": "^6.2.2"
},
"devDependencies": {
"@types/bcrypt": "^3.0.0",
"@types/body-parser": "^1.19.0",
"@types/bunyan": "^1.8.6",
"@types/bunyan-format": "^0.2.3",
"@types/config": "0.0.36",
"@types/couchbase": "^2.4.2",
"@types/events": "^3.0.0",
"@types/express": "^4.17.7",
"@types/jest": "^26.0.7",
"@types/jsonwebtoken": "^8.5.0",
"@types/node": "^14.0.25",
"aws-sdk": "^2.719.0",
"dotenv": "^8.2.0",
"jest": "^26.1.0",
"ts-jest": "^26.1.3",
"ts-node": "^8.10.2",
"ts-node-dev": "^1.0.0-pre.54",
"typescript": "^3.9.7"
}
}