1
0
mirror of https://github.com/oceanprotocol/community-numbers.git synced 2024-06-29 00:57:48 +02:00
community-numbers/package.json
dependabot[bot] 08f6cb3cdf
Bump eslint from 7.12.1 to 7.14.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.12.1 to 7.14.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.12.1...v7.14.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-23 02:00:58 +00:00

21 lines
487 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.14.0",
"eslint-config-oceanprotocol": "^1.5.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-node": "^11.1.0"
}
}