1
0
mirror of https://github.com/oceanprotocol/webtasks synced 2025-01-08 13:02:53 +01:00
webtasks/package.json
2018-08-15 15:05:42 +00:00

26 lines
679 B
JSON

{
"name": "webtasks",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "wt serve webtask-zoho.js",
"test": "eslint ./*.js"
},
"dependencies": {
"body-parser": "^1.18.3",
"cors": "^2.8.4",
"express": "^4.16.3",
"request": "^2.87.0",
"webtask-tools": "^3.2.1"
},
"devDependencies": {
"eslint": "^5.0.1",
"eslint-config-oceanprotocol": "^1.0.6",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0"
}
}