|
1 | 1 | {
|
2 |
| - "name": "fixup", |
3 |
| - "version": "1.2.0", |
4 |
| - "description": "A github app that makes sure no fixup commits are merged", |
5 |
| - "author": "Roeland Jago Douma <[email protected]> (https://rullzer.com)", |
6 |
| - "license": "ISC", |
7 |
| - "repository": "https://github.com//fixup.git", |
8 |
| - "homepage": "https://github.com//fixup", |
9 |
| - "bugs": "https://github.com//fixup/issues", |
10 |
| - "keywords": [ |
11 |
| - "probot", |
12 |
| - "github", |
13 |
| - "probot-app" |
14 |
| - ], |
15 |
| - "scripts": { |
16 |
| - "dev": "nodemon", |
17 |
| - "start": "probot run ./index.js", |
18 |
| - "lint": "standard --fix", |
19 |
| - "test": "jest && standard", |
20 |
| - "test:watch": "jest --watch --notify --notifyMode=change --coverage" |
21 |
| - }, |
22 |
| - "dependencies": { |
23 |
| - "probot": "^7.5.1" |
24 |
| - }, |
25 |
| - "devDependencies": { |
26 |
| - "jest": "^24.7.1", |
27 |
| - "nock": "^10.0.6", |
28 |
| - "nodemon": "^1.18.11", |
29 |
| - "smee-client": "^1.1.0", |
30 |
| - "standard": "^12.0.1" |
31 |
| - }, |
32 |
| - "engines": { |
33 |
| - "node": "^14.0.0", |
34 |
| - "npm": "^7.0.0" |
35 |
| - }, |
36 |
| - "standard": { |
37 |
| - "env": [ |
38 |
| - "jest" |
39 |
| - ] |
40 |
| - }, |
41 |
| - "nodemonConfig": { |
42 |
| - "exec": "npm start", |
43 |
| - "watch": [ |
44 |
| - ".env", |
45 |
| - "." |
46 |
| - ] |
47 |
| - }, |
48 |
| - "jest": { |
49 |
| - "testEnvironment": "node" |
50 |
| - } |
| 2 | + "name": "fixup", |
| 3 | + "version": "1.2.0", |
| 4 | + "description": "A github app that makes sure no fixup commits are merged", |
| 5 | + "author": "Roeland Jago Douma <[email protected]> (https://rullzer.com)", |
| 6 | + "license": "ISC", |
| 7 | + "repository": "https://github.com//fixup.git", |
| 8 | + "homepage": "https://github.com//fixup", |
| 9 | + "bugs": "https://github.com//fixup/issues", |
| 10 | + "keywords": [ |
| 11 | + "probot", |
| 12 | + "github", |
| 13 | + "probot-app" |
| 14 | + ], |
| 15 | + "scripts": { |
| 16 | + "dev": "nodemon", |
| 17 | + "start": "probot run ./index.js", |
| 18 | + "lint": "standard --fix", |
| 19 | + "test": "jest && standard", |
| 20 | + "test:watch": "jest --watch --notify --notifyMode=change --coverage" |
| 21 | + }, |
| 22 | + "dependencies": { |
| 23 | + "probot": "^7.5.1" |
| 24 | + }, |
| 25 | + "devDependencies": { |
| 26 | + "jest": "^24.7.1", |
| 27 | + "nock": "^10.0.6", |
| 28 | + "nodemon": "^1.18.11", |
| 29 | + "smee-client": "^1.1.0", |
| 30 | + "standard": "^12.0.1" |
| 31 | + }, |
| 32 | + "engines": { |
| 33 | + "node": "^20.0.0", |
| 34 | + "npm": "^9.0.0" |
| 35 | + }, |
| 36 | + "standard": { |
| 37 | + "env": [ |
| 38 | + "jest" |
| 39 | + ] |
| 40 | + }, |
| 41 | + "nodemonConfig": { |
| 42 | + "exec": "npm start", |
| 43 | + "watch": [ |
| 44 | + ".env", |
| 45 | + "." |
| 46 | + ] |
| 47 | + }, |
| 48 | + "jest": { |
| 49 | + "testEnvironment": "node" |
| 50 | + } |
51 | 51 | }
|
0 commit comments