-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 962 Bytes
/
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
{
"name": "nodeployed",
"version": "1.5.4",
"description": "Package that deploys code to server on each repository push via Webhooks",
"main": "index.js",
"bin": {
"nodeployed": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"node",
"server",
"deploy",
"git",
"webhook",
"repository"
],
"author": "Kurzdor",
"license": "MIT",
"dependencies": {
"ansi-red": "^0.1.1",
"execa": "^1.0.0",
"fastify": "^2.0.1",
"get-port": "^4.2.0",
"minimist": "^1.2.0",
"pino-pretty": "^2.5.0"
},
"devDependencies": {
"eslint": "^5.15.1",
"eslint-config-prettier": "^4.1.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"prettier": "^1.16.4"
}