mirror of
https://github.com/oceanprotocol/community-numbers.git
synced 2024-11-25 03:20:17 +01:00
376cea7f92
Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/bitinn/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1) Signed-off-by: dependabot[bot] <support@github.com>
21 lines
486 B
JSON
21 lines
486 B
JSON
{
|
|
"name": "@oceanprotocol/community-numbers",
|
|
"version": "1.0.0",
|
|
"main": "api/index.js",
|
|
"scripts": {
|
|
"start": "vercel dev",
|
|
"test": "eslint --ignore-path .gitignore --ext .js,.jsx ."
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^4.1.0",
|
|
"cheerio": "^1.0.0-rc.3",
|
|
"node-fetch": "^2.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.8.1",
|
|
"eslint-config-oceanprotocol": "^1.5.0",
|
|
"eslint-config-prettier": "^6.11.0",
|
|
"eslint-plugin-node": "^11.1.0"
|
|
}
|
|
}
|