-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.56 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
{
"name": "swarm-host-platform",
"private": true,
"scripts": {
"postinstall": "lerna bootstrap",
"lint": "eslint . --resolve-plugins-relative-to . --ext .ts",
"lint:fix": "eslint . --resolve-plugins-relative-to . --ext .ts --fix",
"build": "lerna run build",
"test": "lerna run test --stream --concurrency 1"
},
"workspaces": [
"packages/*"
],
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@stryker-mutator/core": "^5.4.0",
"@stryker-mutator/mocha-runner": "^5.4.0",
"@stryker-mutator/typescript-checker": "^5.4.0",
"@types/axios": "^0.14.0",
"@types/chai": "^4.2.22",
"@types/ejs": "^3.1.0",
"@types/express": "^4.17.13",
"@types/inquirer": "^8.1.2",
"@types/mocha": "^9.0.0",
"@types/node": "^16.10.1",
"@types/node-cron": "^2.0.4",
"@types/shelljs": "^0.8.0",
"@types/sinon": "^10.0.3",
"@types/yargs": "^17.0.3",
"@typescript-eslint/eslint-plugin": "5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"chai": "^4.3.4",
"chai-http": "^4.3.0",
"coveralls": "^3.1.1",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-mocha-cleanup": "^1.10.0",
"eslint-plugin-prettier": "^4.0.0",
"istanbul": "^0.4.5",
"lerna": "^4.0.0",
"mocha": "^9.1.2",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^15.1.0",
"prettier": "^2.5.1",
"remap-istanbul": "^0.13.0",
"sinon": "^11.1.2",
"source-map-support": "^0.5.21",
"ts-node": "^10.2.1",
"typedoc": "^0.22.4",
"typescript": "^4.5.4"
}
}