-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (51 loc) · 1.43 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
{
"name": "vk-bots-constructor",
"version": "1.0.0",
"description": "",
"main": "",
"scripts": {
"start": "pm2 start eco/ecosystem.config.js",
"test": "NATS_URI=nats://0.0.0.0:4222 jest --coverage --forceExit",
"postinstall": "npm-recursive-install --skip-root && pm2 install typescript"
},
"keywords": [],
"author": "nnqq",
"license": "MIT",
"devDependencies": {
"@types/hapi-auth-bearer-token": "^6.1.0",
"@types/hapi__boom": "^7.4.0",
"@types/hapi__hapi": "^18.2.5",
"@types/hapi__inert": "^5.2.0",
"@types/hapi__joi": "^15.0.2",
"@types/hapi__vision": "^5.5.0",
"@types/jest": "^24.0.18",
"@types/joi": "^14.3.3",
"@types/koa": "^2.0.49",
"@types/koa-bodyparser": "^4.3.0",
"@types/koa-router": "^7.0.42",
"@types/mongoose": "^5.5.8",
"@types/nats-hemera": "^2.0.1",
"@types/node": "^12.6.8",
"@types/node-fetch": "^2.3.7",
"@types/pino": "^5.8.8",
"@types/uuid": "^3.4.5",
"@typescript-eslint/eslint-plugin": "^1.12.0",
"@typescript-eslint/parser": "^1.12.0",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.18.1",
"jest": "^24.9.0",
"pm2": "^3.5.1",
"recursive-install": "^1.4.0",
"ts-jest": "^24.1.0",
"ts-node": "^8.3.0",
"typescript": "^3.6.3"
},
"jest": {
"preset": "ts-jest",
"testPathIgnorePatterns": [
"dist"
],
"testEnvironment": "node"
}
}