Skip to content

Commit

Permalink
specify package engines
Browse files Browse the repository at this point in the history
  • Loading branch information
markdon committed Oct 16, 2023
1 parent 0a600ca commit 849a04e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "1.0.0",
"description": "Scrape Kingborough Council Development Applications",
"main": "scraper.js",
"engines": {
"node": "20.8.1",
"npm": "10.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon --exec \"npm run build && npm run start\"",
Expand Down

0 comments on commit 849a04e

Please sign in to comment.