Skip to content

Commit

Permalink
npm update on package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
xl400v authored Jun 7, 2024
1 parent 969a07b commit 32026d0
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "scrape-json",
"version": "1.1.2",
"description": "This shows how to use github actions to do automated data scraping",
"main": "index.js",
"version": "1.2.3",
"description": "How to use github actions to do automated data scraping",
"main": "json-data-roi.js",
"scripts": {
"update-roi": "node ./json-data-roi.js"
},
Expand All @@ -11,7 +11,11 @@
"url": "git+https://github.com/xl400v/scrape-json.git"
},
"keywords": [
"actions"
"actions",
"api",
"ci",
"json",
"scraping"
],
"author": "xl400v",
"license": "MIT",
Expand All @@ -21,5 +25,8 @@
"homepage": "https://github.com/xl400v/scrape-json",
"dependencies": {
"unirest": "^0.6"
},
"engines": {
"node": ">=18.20.2 <19"
}
}

0 comments on commit 32026d0

Please sign in to comment.