1
0
mirror of https://github.com/oceanprotocol/community-numbers.git synced 2024-06-10 19:30:21 +02:00
community-numbers/package.json
dependabot[bot] ebfbb327a9
Bump axios from 0.25.0 to 1.0.0
Bumps [axios](https://github.com/axios/axios) from 0.25.0 to 1.0.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.25.0...v1.0.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-05 01:03:36 +00:00

21 lines
482 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": {
"axios": "^1.0.0",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.10"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-oceanprotocol": "^1.5.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-node": "^11.1.0"
}
}