mirror of
https://github.com/oceanprotocol/community-numbers.git
synced 2024-11-24 19:10:17 +01:00
21 lines
483 B
JSON
21 lines
483 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": "^0.24.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"
|
|
}
|
|
}
|