community-numbers/package.json

22 lines
474 B
JSON
Raw Normal View History

2019-05-14 20:52:48 +02:00
{
"name": "@oceanprotocol/community-numbers",
"private": true,
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "now dev",
2019-05-14 20:52:48 +02:00
"test": "eslint --ignore-path .gitignore --ext .js,.jsx ."
},
"dependencies": {
"chalk": "2.4.2",
2019-05-14 21:57:08 +02:00
"cheerio": "^1.0.0-rc.3",
2019-05-14 20:52:48 +02:00
"ms": "^2.1.1",
"node-fetch": "2.6.0"
2019-05-14 20:52:48 +02:00
},
"devDependencies": {
2019-08-19 13:01:25 +02:00
"eslint": "^6.2.0",
"eslint-config-oceanprotocol": "^1.4.0",
"eslint-plugin-node": "^9.1.0"
2019-05-14 20:52:48 +02:00
}
}