-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.53 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
{
"name": "hypso-openmct",
"version": "1.1.0",
"description": "Open MCT implementation for the HYPSO satellite",
"main": "server/run.js",
"scripts": {
"start": "node server/run.js",
"perftest": "clinic doctor --on-port=\"timeout 5 & autocannon localhost:8471 & timeout 5 & autocannon localhost:8471/config & timeout 5 & autocannon localhost:8471/fc/history/uptimeInS?endTime=1604329685571 & timeout 5 & autocannon localhost:8471/fc/history/?endTime=1604329685571 & timeout 5\" -- node server/run.js",
"dbperftest": "echo off & echo Please hit Ctrl + C once MCT Depot has started up. & pause & echo on & move /Y state\\db.sqlite3 state\\perftest-db-backup.sqlite3 & clinic doctor -- node server/run.js & move /Y state\\perftest-db-backup.sqlite3 state\\db.sqlite3",
"test": "jest --coverage",
"closeTest": "jest --runInBand --detectOpenHandles"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AudunVN/hypso-openmct.git"
},
"author": "AudunVN",
"bugs": {
"url": "https://github.com/AudunVN/hypso-openmct/issues"
},
"homepage": "https://github.com/AudunVN/hypso-openmct#readme",
"dependencies": {
"better-sqlite3": "^7.1.1",
"eslint": "^6.8.0",
"eslint-plugin-jest": "^23.20.0",
"express": "^4.16.4",
"express-ws": "^4.0.0",
"ezstruct": "^0.0.3",
"isomorphic-ws": "^4.0.1",
"jest": "^25.5.4",
"node-fetch": "^2.6.1",
"openmct": "^1.4.0",
"simple-node-logger": "^18.12.24",
"sqlite3": "^4.2.0",
"supertest": "^4.0.2",
"uuid": "^8.3.1",
"ws": "^6.2.1"
}
}