mirror of
https://github.com/oceanprotocol/community-numbers.git
synced 2024-11-25 03:20:17 +01:00
22 lines
474 B
JSON
22 lines
474 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": "2.4.2",
|
|
"cheerio": "^1.0.0-rc.3",
|
|
"ms": "^2.1.1",
|
|
"node-fetch": "2.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^6.0.0",
|
|
"eslint-config-oceanprotocol": "^1.3.0",
|
|
"eslint-plugin-node": "^9.1.0"
|
|
}
|
|
}
|