-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.12 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.12 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
{
"name": "system-test",
"version": "1.0.0",
"description": "OCARIoT platform system test.",
"main": "index.js",
"scripts": {
"test": "mocha --opts test/config/mocha.opts test/**/**/*.spec.ts",
"account_tests": "mocha --opts test/config/mocha.opts test/account/**/**/*.spec.ts",
"tracking_tests": "mocha --opts test/config/mocha.opts test/tracking/**/*.spec.ts",
"test:single": "mocha --opts test/config/mocha.opts"
},
"repository": {
"type": "git",
"url": "http://douglas@200.129.82.7:8000/nutes-ocariot/server/system-test.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"http-status-codes": "^1.4.0"
},
"devDependencies": {
"@types/mocha": "^5.2.6",
"@types/mongoose": "^5.5.6",
"@types/node": "^11.13.2",
"axios": "^0.18.0",
"chai": "^4.2.0",
"dotenv": "^8.0.0",
"jwt-decode": "^2.2.0",
"mocha": "^6.1.2",
"mongoose": "5.8.2",
"mysql2": "^2.1.0",
"nyc": "^15.0.0",
"reflect-metadata": "^0.1.13",
"sequelize": "^5.21.5",
"shelljs": "^0.8.3",
"supertest": "^4.0.2",
"ts-node": "^8.0.3",
"typescript": "^3.4.3"
}
}