-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update npm and node engines versions
Signed-off-by: Nextcloud bot <[email protected]>
- Loading branch information
1 parent
1a21ee7
commit ad09654
Showing
1 changed file
with
49 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]> (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": "^20.0.0", | ||
"npm": "^9.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 <[email protected]> (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": "^20.0.0", | ||
"npm": "^10.0.0" | ||
}, | ||
"standard": { | ||
"env": [ | ||
"jest" | ||
] | ||
}, | ||
"nodemonConfig": { | ||
"exec": "npm start", | ||
"watch": [ | ||
".env", | ||
"." | ||
] | ||
}, | ||
"jest": { | ||
"testEnvironment": "node" | ||
} | ||
} |