-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.2 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.2 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "java-usage-tracker-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"env-build": "./node_modules/.bin/ts-node ./config/env.ts",
"start": "ts-node src/index.ts",
"test": "./node_modules/.bin/mocha",
"debug": "yarn env-build && ./node_modules/.bin/nodemon --config config.json"
},
"author": "",
"license": "ISC",
"engines": {
"node": ">=10.1.0",
"npm": ">=6.4.1"
},
"dependencies": {
"@types/lodash": "^4.14.116",
"@types/multer": "^1.3.7",
"@types/node-schedule": "^1.2.2",
"apollo-engine": "^1.1.2",
"apollo-errors": "^1.9.0",
"apollo-server-koa": "^2.1.0",
"apollo-upload-server": "^5.0.0",
"async-retry": "^1.2.1",
"axios": "^0.18.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-runtime": "^6.26.0",
"bcryptjs": "^2.4.3",
"btoa-atob": "^0.1.2",
"chromeless": "^1.5.2",
"cors": "^2.8.5",
"cron": "^1.5.0",
"dotenv": "^6.1.0",
"fast-csv": "^2.4.1",
"fs": "^0.0.1-security",
"gql-merge": "0.0.6",
"graphql": "^0.13.2",
"graphql-request": "^1.6.0",
"graphql-shield": "^4.1.0",
"graphql-upload": "^8.0.1",
"graphql-yoga": "^1.14.8",
"koa": "^2.6.1",
"lodash": "^4.17.11",
"lowdb": "^1.0.0",
"mkdirp": "^0.5.1",
"moment": "^2.22.2",
"mongoose": "^5.3.2",
"multer": "^1.4.1",
"mysql": "^2.15.0",
"node-cron": "^2.0.3",
"node-schedule": "^1.3.0",
"nodemailer": "^4.6.8",
"nodemon": "^1.18.3",
"printf": "^0.3.0",
"prisma-binding": "^2.1.0",
"promises-all": "^1.0.0",
"retry": "^0.12.0",
"shortid": "^2.2.13",
"tslint": "^5.10.0",
"tslint-config-prettier": "^1.13.0",
"ts-node": "^7.0.1",
"@types/bcryptjs": "^2.4.2",
"@types/jsonwebtoken": "^7.2.8",
"@types/mongoose": "^5.2.19",
"babel-plugin-transform-runtime": "^6.23.0",
"typescript": "^2.9.2",
"ws": "^6.1.2"
},
"resolutions": {
"**/event-stream": "^4.0.1"
}
}