diff --git a/package.json b/package.json index 4635521..bc6a97a 100644 --- a/package.json +++ b/package.json @@ -1,51 +1,51 @@ { - "name": "fixup", - "version": "1.2.0", - "description": "A github app that makes sure no fixup commits are merged", - "author": "Roeland Jago Douma (https://rullzer.com)", - "license": "ISC", - "repository": "https://github.com//fixup.git", - "homepage": "https://github.com//fixup", - "bugs": "https://github.com//fixup/issues", - "keywords": [ - "probot", - "github", - "probot-app" - ], - "scripts": { - "dev": "nodemon", - "start": "probot run ./index.js", - "lint": "standard --fix", - "test": "jest && standard", - "test:watch": "jest --watch --notify --notifyMode=change --coverage" - }, - "dependencies": { - "probot": "^7.5.1" - }, - "devDependencies": { - "jest": "^24.7.1", - "nock": "^10.0.6", - "nodemon": "^1.18.11", - "smee-client": "^1.1.0", - "standard": "^12.0.1" - }, - "engines": { - "node": "^14.0.0", - "npm": "^7.0.0" - }, - "standard": { - "env": [ - "jest" - ] - }, - "nodemonConfig": { - "exec": "npm start", - "watch": [ - ".env", - "." - ] - }, - "jest": { - "testEnvironment": "node" - } + "name": "fixup", + "version": "1.2.0", + "description": "A github app that makes sure no fixup commits are merged", + "author": "Roeland Jago Douma (https://rullzer.com)", + "license": "ISC", + "repository": "https://github.com//fixup.git", + "homepage": "https://github.com//fixup", + "bugs": "https://github.com//fixup/issues", + "keywords": [ + "probot", + "github", + "probot-app" + ], + "scripts": { + "dev": "nodemon", + "start": "probot run ./index.js", + "lint": "standard --fix", + "test": "jest && standard", + "test:watch": "jest --watch --notify --notifyMode=change --coverage" + }, + "dependencies": { + "probot": "^7.5.1" + }, + "devDependencies": { + "jest": "^24.7.1", + "nock": "^10.0.6", + "nodemon": "^1.18.11", + "smee-client": "^1.1.0", + "standard": "^12.0.1" + }, + "engines": { + "node": "^16.0.0", + "npm": "^7.0.0 || ^8.0.0" + }, + "standard": { + "env": [ + "jest" + ] + }, + "nodemonConfig": { + "exec": "npm start", + "watch": [ + ".env", + "." + ] + }, + "jest": { + "testEnvironment": "node" + } }