-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.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
{
"name": "orders",
"version": "1.0.0",
"description": "AXA IM Orders Manager",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "node test/test.js",
"coverage": "nyc npm test",
"report": "nyc report --reporter=html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UIM-Community/orders.git"
},
"keywords": [],
"author": "GENTILHOMME Thomas <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/UIM-Community/orders/issues"
},
"homepage": "https://github.com/UIM-Community/orders#readme",
"devDependencies": {
"@slimio/eslint-config": "^2.0.3",
"@slimio/is": "^1.5.0",
"eslint": "^5.15.1",
"httpie": "^1.1.0",
"japa": "^2.0.7",
"nyc": "^13.3.0"
},
"dependencies": {
"@mysql/xdevapi": "^8.0.16",
"@polka/send-type": "^0.5.2",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"dotenv": "^8.0.0",
"indicative": "^5.0.8",
"make-promises-safe": "^5.0.0",
"polka": "^0.5.2",
"sirv": "^0.4.2"
}
}