-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
69 lines (69 loc) · 1.77 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "@camus-design/pm2-intercom-log4js",
"version": "1.0.3",
"description": "A tool to solve log4js log synchronization in pm2 multithreading.",
"keywords": [
"frontend",
"fe",
"node",
"nodejs",
"log",
"pm2-intercom",
"pm2",
"log4js",
"intercom",
"cluster",
"rpc",
"safe",
"protect",
"multithreading",
"multiprocess",
"synchronize"
],
"main": "dist/index.min.js",
"types": "types/index.d.ts",
"scripts": {
"test": "jest --runInBand --forceExit",
"lint": "eslint --fix --ext .ts src",
"build": "npm run test && rollup -c"
},
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/camus-design/pm2-intercom-log4js.git"
},
"author": "Juner",
"license": "MIT",
"bugs": {
"url": "https://github.com/camus-design/pm2-intercom-log4js/issues"
},
"homepage": "https://github.com/camus-design/pm2-intercom-log4js",
"engines": {
"node": ">= 8.0.0"
},
"dependencies": {},
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-eslint": "^8.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@swc-node/jest": "^1.4.3",
"@types/jest": "^27.4.1",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^7.0.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.0.0",
"jest": "^27.5.1",
"log4js": "^6.4.2",
"pm2": "^5.0.0",
"rollup": "^2.68.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.2",
"ts-node": "^10.6.0",
"tslib": "^2.3.1",
"typescript": "^4.0.0"
}
}