-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.19 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": "@pvjs/nodejs-monitor",
"version": "1.1.0",
"description": "",
"keywords": [
"nodejs",
"monitor"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"license": "MIT",
"author": "地铁程序员",
"main": "dist/index.js",
"files": [
"dist",
"package.json",
"README.md",
"public"
],
"scripts": {
"install": "cd src/utils/nodejs-native-gc-load && node-gyp rebuild",
"build": "father build",
"dev": "father dev",
"prepublish": "pnpm run build",
"publish:prod": "npx lerna publish -conventional-commits --yes",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"perf_hooks": "^0.0.1",
"request": "^2.88.2",
"v8-profiler-next": "^1.10.0"
},
"engines": {
"node": ">=18.x.x"
},
"devDependencies": {
"@types/request": "^2.48.12",
"father": "^4.3.7",
"lerna": "^8.0.0"
},
"homepage": "https://github.com/yiyi17/nodejs-monitor/blob/main/README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/yiyi17/nodejs-monitor.git"
},
"bugs": {
"url": "https://github.com/yiyi17/nodejs-monitor/issues"
}
}