1
0
mirror of https://github.com/oceanprotocol/community-numbers.git synced 2024-06-17 09:53:17 +02:00
community-numbers/package.json
dependabot[bot] e150a67ba9
Bump eslint from 7.21.0 to 7.27.0 (#67)
Bumps [eslint](https://github.com/eslint/eslint) from 7.21.0 to 7.27.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.21.0...v7.27.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-25 08:09:26 +02:00

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.1",
"cheerio": "^1.0.0-rc.5",
"node-fetch": "^2.6.1"
},
"devDependencies": {
"eslint": "^7.27.0",
"eslint-config-oceanprotocol": "^1.5.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-node": "^11.1.0"
}
}