-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.23 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
{
"name": "@keeex/pm2-status",
"version": "1.0.0",
"description": "Check some PM2 attributes from environment variables",
"main": "lib/pm2.js",
"scripts": {
"prepack": "npx grunt clean build"
},
"files": [
"lib/**/*",
"!lib/**/*.map"
],
"repository": {
"type": "git",
"url": "git+https://github.com/KeeeX/pm2-status.git"
},
"keywords": [
"pm2",
"log",
"environment",
"variable"
],
"author": "KeeeX SAS",
"contributors": [
{
"name": "Gabriel Paul \"Cley Faye\" Risterucci",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/KeeeX/pm2-status/issues"
},
"homepage": "https://github.com/KeeeX/pm2-status#readme",
"devDependencies": {
"@keeex/eslint-config": "^1.4.1",
"@types/node": "^15.3.0",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"eslint": "^7.26.0",
"eslint-plugin-promise": "^5.1.0",
"grunt": "^1.4.0",
"grunt-banner": "^0.6.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-ts": "^6.0.0-beta.22",
"load-grunt-tasks": "^5.1.0",
"typescript": "^4.2.4"
},
"publishConfig": {
"access": "public"
},
"private": true
}