-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.75 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "matey-api",
"version": "1.0.0",
"main": "dist/app.js",
"dependencies": {
"@google-cloud/debug-agent": "^4.0.1",
"axios": "^0.19.0",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.0.0",
"email-validator": "^2.0.4",
"errorhandler": "^1.5.1",
"express": "^4.17.1",
"express-session": "^1.16.2",
"google-auth-library": "^4.2.2",
"lodash": "^4.17.15",
"mongoose": "^5.7.9",
"morgan": "^1.9.1",
"multer": "^1.4.1",
"reflect-metadata": "^0.1.13",
"routing-controllers": "^0.7.7",
"snyk": "^1.217.3",
"@typegoose/typegoose": "^5.9.1"
},
"scripts": {
"prebuild": "tslint -c tslint.json -p tsconfig.json --fix",
"build": "tsc",
"prestart": "yarn build",
"start": "node .",
"test": "jest",
"cov": "jest --coverage",
"deploy": "yarn build && gcloud app deploy ",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"devDependencies": {
"@types/body-parser": "^1.17.0",
"@types/cors": "^2.8.5",
"@types/dotenv": "^6.1.1",
"@types/errorhandler": "^0.0.32",
"@types/express": "^4.17.0",
"@types/jest": "^24.0.15",
"@types/mockingoose": "^2.11.0",
"@types/mongodb": "^3.1.28",
"@types/mongoose": "^5.5.8",
"@types/morgan": "^1.7.35",
"@types/multer": "^1.3.7",
"@types/node": "^12.6.2",
"babel-core": "^6.26.3",
"babel-jest": "^24.8.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-preset-es2015": "^6.24.1",
"jest": "^24.8.0",
"jest-express": "^1.10.1",
"jest-html-reporter": "^2.5.0",
"jest-junit": "^6.4.0",
"mockingoose": "^2.13.1",
"ts-jest": "^24.0.2",
"tslint": "^5.18.0",
"typescript": "^3.5.3"
},
"snyk": true
}