-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.46 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
53
54
55
{
"name": "tsjest-template",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "forever dist/index.js",
"build": "tsc",
"lint": "eslint . --ext .ts",
"test": "npx jest"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/follow-redirects": "^1.14.1",
"@types/jest": "^27.4.0",
"@types/mkdirp": "^1.0.2",
"@types/node": "^17.0.29",
"@types/pino-multi-stream": "^5.1.3",
"@types/randomstring": "^1.1.8",
"@types/tar": "^6.1.1",
"@types/tcp-port-used": "^1.0.1",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"eslint": "^8.6.0",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-config-airbnb-typescript-prettier": "^5.0.0",
"forever": "^4.0.3",
"jest": "^27.4.7",
"jest-cli": "^27.4.7",
"prettier": "^2.5.1",
"ts-jest": "^27.1.2",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
},
"dependencies": {
"@elastic/ecs-pino-format": "^1.3.0",
"axios": "^0.27.1",
"bip39": "^3.0.4",
"cheerio": "^1.0.0-rc.10",
"fastify": "^3.28.0",
"fastify-http-proxy": "^6.2.2",
"follow-redirects": "^1.14.9",
"mkdirp": "^1.0.4",
"pidtree": "^0.5.0",
"pino": "^7.11.0",
"pino-multi-stream": "^6.0.0",
"pino-pretty": "^7.6.1",
"pino-udp": "^1.0.1",
"randomstring": "^1.2.2",
"tar": "^6.1.11",
"tar-fs": "^2.1.1",
"tcp-port-used": "^1.0.2"
}
}