-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 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
{
"name": "service-provider-mock",
"version": "0.0.0",
"description": "test du btn fc en tant que fc",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "PORT=3003 NODE_ENV=test mocha -R spec ./test/* --require babel-polyfill --require babel-register",
"lint": "eslint . -c .eslintrc.js"
},
"dependencies": {
"@hapi/joi": "^16.1.7",
"axios": "^0.19.0",
"axios-logger": "^2.3.1",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"body-parser": "^1.18.3",
"debug": "^3.1.0",
"ejs": "^2.6.1",
"eslint": "^6.7.2",
"express": "^4.16.3",
"express-session": "^1.15.6",
"morgan": "^1.9.0",
"openid-client": "^2.1.1",
"sessionstore": "^1.3.7"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-http": "^4.0.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
"lodash": "^4.17.15",
"mocha": "^5.2.0",
"nock": "^9.4.4",
"sinon": "^6.1.4",
"sinon-chai": "^3.2.0"
},
"engines": {
"node": ">=8.12"
}
}