Skip to content

Commit

Permalink
Update npm and node engines versions
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <[email protected]>
  • Loading branch information
nextcloud-bot committed Jan 16, 2024
1 parent 1a21ee7 commit ad09654
Showing 1 changed file with 49 additions and 49 deletions.
98 changes: 49 additions & 49 deletions package.json
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"
}
}

0 comments on commit ad09654

Please sign in to comment.