-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 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
{
"name": "pubsub-sample",
"version": "1.0.0",
"description": "",
"main": "app",
"scripts": {
"start": "nodemon --exec ts-node-dev src/app",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint -c .eslintrc.js --ext .ts src"
},
"keywords": [],
"author": "",
"dependencies": {
"@google-cloud/pubsub": "^2.18.4",
"config-plus": "^0.0.4",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-ext": "0.0.1",
"logger-core": "^0.1.6",
"mongodb": "3.7.3",
"mongodb-extension": "^0.1.9",
"mq-one": "^0.1.5",
"xvalidators": "^0.0.3"
},
"devDependencies": {
"@types/bson": "4.0.3",
"@types/express": "^4.17.13",
"@types/mongodb": "3.6.17",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"nodemon": "^2.0.15",
"ts-node-dev": "^1.1.8",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.5.4"
}
}