mirror of
https://github.com/oceanprotocol/community-numbers.git
synced 2024-12-22 09:13:24 +01:00
22 lines
492 B
JSON
22 lines
492 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",
|
|
"ms": "^2.1.1",
|
|
"node-fetch": "^2.6.0",
|
|
"puppeteer": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.2.0",
|
|
"eslint-config-oceanprotocol": "^1.5.0",
|
|
"eslint-plugin-node": "^11.1.0"
|
|
}
|
|
}
|