-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.3 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
{
"name": "unifi-blockips-srv",
"version": "1.5.2",
"scripts": {
"debug": "tsc && node -r source-map-support/register build/index.js",
"start": "node -r source-map-support/register build/index.js",
"build": "tsc",
"test": "jest",
"lint": "eslint -f unix \"src/**/*.{ts,tsx}\"",
"ci:eslint": "eslint -f json -o ./coverage/eslint-report.json -f unix \"src/**/*.{ts,tsx}\"",
"test:CI:coverage": "jest --ci --coverage",
"watch": "jest --env=jsdom --watch"
},
"license": "UNLICENSED",
"dependencies": {
"app-root-path": "3.1.0",
"dotenv": "16.3.1",
"express": "4.18.2",
"ip-address": "9.0.5",
"source-map-support": "0.5.21",
"ts-node": "10.9.1",
"unifi-client": "0.11.0",
"winston": "^3.11.0"
},
"files": [
"build",
"ecosystem.config.js"
],
"devDependencies": {
"@tsconfig/node14": "14.1.0",
"@types/express": "4.17.21",
"@types/jest": "29.5.8",
"@types/node": "20.9.0",
"@types/supertest": "2.0.16",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"eslint": "8.53.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.1",
"jest": "29.7.0",
"prettier": "3.0.3",
"supertest": "6.3.3",
"ts-jest": "29.1.1",
"typescript": "5.2.2"
}
}