Files
fetch-the-release/package.json
dependabot[bot] 376e136382 Bump node-fetch from 2.6.0 to 2.6.7
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.0 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.0...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-25 01:16:06 +00:00

26 lines
679 B
JSON

{
"name": "fetch-and-release",
"version": "1.0.0",
"description": "Automatically fetch new requested releases from seasoned",
"main": "index.js",
"repository": "git@github.com:KevinMidboe/fetch-the-release.git",
"author": "Kevin",
"license": "MIT",
"scripts": {
"start": "babel-node index.js"
},
"dependencies": {
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"dotenv": "^8.0.0",
"fetch": "^1.1.0",
"node-fetch": "^2.6.7"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/node": "^7.4.5",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/runtime": "^7.4.5"
}
}