mirror of
https://github.com/oceanprotocol/community-numbers.git
synced 2024-11-21 17:27:01 +01:00
a7ef20ea89
Bumps [cheerio](https://github.com/cheeriojs/cheerio) from 1.0.0-rc.9 to 1.0.0-rc.10. - [Release notes](https://github.com/cheeriojs/cheerio/releases) - [Changelog](https://github.com/cheeriojs/cheerio/blob/main/History.md) - [Commits](https://github.com/cheeriojs/cheerio/compare/v1.0.0-rc.9...v1.0.0-rc.10) --- updated-dependencies: - dependency-name: cheerio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
21 lines
487 B
JSON
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.1",
|
|
"cheerio": "^1.0.0-rc.10",
|
|
"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"
|
|
}
|
|
}
|