-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
138 lines (138 loc) · 5.06 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"name": "atlas-api",
"version": "1.0.7",
"description": "Atlas RESTful API",
"author": "Yassire Elhani <[email protected]>",
"main": "src/index.js",
"private": true,
"engines": {
"node": "12.13.0",
"npm": ">=6",
"yarn": ">=1"
},
"scripts": {
"precommit": "yarn prettier && yarn test",
"serve": "node dist/index.js",
"start": "yarn build && yarn serve",
"start:debug": "yarn build && DEBUG=1 LOG_LEVEL=debug yarn serve",
"build": "babel src --out-dir dist",
"prettier": "prettier --find-config-path --write 'src/**/*.js' 'test/**/*.js'",
"prettier-watch": "onchange 'src/**/*.js' 'test/**/*.js' -- prettier --write {{changed}}",
"test:version": "jest --version",
"test": "yarn test:unit && yarn test:integration:skip:es",
"test:unit": "yarn clean && jest --verbose --colors --detectOpenHandles --forceExit --runInBand -c jest.config.unit.js",
"test:unit:debug": "echo \"To attach Chrome DevTools, open chrome://inspect/#devices then click 'Open dedicated DevTools for node'\" && node --inspect node_modules/.bin/jest --verbose --colors --detectOpenHandles --forceExit --runInBand -c jest.config.unit.js",
"test:integration": "yarn clean && jest --verbose --colors --detectOpenHandles --forceExit --runInBand -c jest.config.integration.es.js",
"test:integration:skip:es": "SKIP_ES=true yarn clean && jest --verbose --colors --detectOpenHandles --forceExit --runInBand -c jest.config.integration.js",
"test:integration:debug": "echo \"To attach Chrome DevTools, open chrome://inspect/#devices then click 'Open dedicated DevTools for node'\" && node --inspect node_modules/.bin/jest --verbose --colors --detectOpenHandles --forceExit --runInBand -c jest.config.integration.js",
"test:verbose": "jest -c jest.config.js --coverage --verbose --colors",
"test:watch": "jest -c jest.config.js --watch",
"compile": "yarn clean && babel src --out-dir dist --source-maps",
"clean": "rm -rf dist",
"postinstall": "cd node_modules/makeandship-api-common && yarn && yarn build",
"results:load": "rm -rf dist/cli && babel src/cli --out-dir dist/cli --source-maps && node dist/cli/results_loader.js"
},
"keywords": [
"express",
"node",
"node.js",
"mongodb",
"mongoose",
"es6",
"REST",
"API",
"yarn",
"jest"
],
"dependencies": {
"@babel/runtime": "^7.6.3",
"adm-zip": "^0.4.16",
"agenda": "^2.1.0",
"await-spawn": "^3.0.0",
"axios": "^0.19.0",
"babel-runtime": "^6.26.0",
"bluebird": "^3.7.1",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cookie-parser": "1.4.4",
"cors": "^2.8.5",
"debug": "^4.1.1",
"deepmerge": "^4.2.1",
"dotenv": "^8.2.0",
"email-validator": "^2.0.4",
"events": "^3.0.0",
"express": "^4.17.1",
"express-rate-limit": "^5.0.0",
"express-request-id": "^1.4.1",
"express-winston": "^4.0.1",
"faker": "^4.1.0",
"fast-csv": "^3.4.0",
"flat": "^5.0.0",
"forever": "^3.0.0",
"helmet": "^3.21.2",
"http-status": "^1.4.0",
"json-stable-stringify": "^1.0.1",
"jsonwebtoken": "^8.5.1",
"makeandship-api-common": "https://bitbucket.org/makeandship/makeandship-api-common#v0.4.1",
"mandrill-api": "^1.0.45",
"method-override": "^3.0.0",
"mkdirp": "^0.5.1",
"mkdirp-promise": "^5.0.1",
"mockery": "^2.1.0",
"mongoose": "5.1.5",
"mongoose-jsonschema-validator": "git+ssh://[email protected]/makeandship/mongoose-jsonschema-validator.git#v1.0.4",
"mongoose-unique-validator": "^2.0.1",
"morgan": "^1.9.1",
"multer": "^1.4.2",
"mykrobe-atlas-jsonschema": "git+ssh://[email protected]/Mykrobe-tools/mykrobe-atlas-jsonschema.git#v0.0.44",
"nock": "^11.5.0",
"node-cache": "^4.2.1",
"node-geocoder": "^3.24.0",
"nodemailer-ses-transport": "^1.5.0",
"object-hash": "^2.0.3",
"password-hash": "1.2.2",
"randomstring": "^1.1.5",
"remove": "^0.1.5",
"request": "^2.88.0",
"slugify": "^1.3.6",
"split-file": "^2.1.2",
"sse-channel": "^3.1.1",
"swagger-jsdoc": "^3.4.0",
"swagger-parser": "^8.0.2",
"unzipper": "^0.10.11",
"uuid": "^3.3.3",
"winston": "^3.2.1",
"yargs": "^15.1.0",
"yarn": "^1.19.1"
},
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/polyfill": "^7.6.0",
"@babel/preset-env": "^7.6.3",
"@babel/register": "^7.6.2",
"async": "^3.2.0",
"babel-plugin-add-module-exports": "^1.0.2",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-load-plugins": "^2.0.1",
"gulp-newer": "^1.1.0",
"gulp-nodemon": "^2.4.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-util": "^3.0.7",
"husky": "^3.0.9",
"jest": "^24.9.0",
"jest-html-reporter": "^2.6.2",
"lodash": "^4.17.15",
"mockserver": "git://github.com/yassire/mockserver",
"mongodb-memory-server": "^1.7.4",
"prettier": "^1.18.2",
"promised-mongo": "^1.2.0",
"rimraf": "^3.0.0",
"rmfr": "^2.0.0",
"run-sequence": "^2.2.1",
"supertest": "^4.0.2"
}
}