mirror of
https://github.com/oceanprotocol/community-numbers.git
synced 2024-11-22 09:47:05 +01:00
077763e46b
Bumps [eslint](https://github.com/eslint/eslint) from 6.8.0 to 7.0.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/v6.8.0...v7.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
22 lines
475 B
JSON
22 lines
475 B
JSON
{
|
|
"name": "@oceanprotocol/community-numbers",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "now dev",
|
|
"test": "eslint --ignore-path .gitignore --ext .js,.jsx ."
|
|
},
|
|
"dependencies": {
|
|
"chalk": "4.0.0",
|
|
"cheerio": "^1.0.0-rc.3",
|
|
"ms": "^2.1.1",
|
|
"node-fetch": "2.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.0.0",
|
|
"eslint-config-oceanprotocol": "^1.5.0",
|
|
"eslint-plugin-node": "^11.1.0"
|
|
}
|
|
}
|