2018-08-31 10:13:22 +02:00
|
|
|
{
|
2018-09-06 11:46:12 +02:00
|
|
|
"name": "@oceanprotocol/squid",
|
2018-09-24 13:23:08 +02:00
|
|
|
"version": "0.0.11",
|
2018-09-07 14:38:42 +02:00
|
|
|
"description": "JavaScript client library for Ocean Protocol",
|
2018-08-31 15:17:12 +02:00
|
|
|
"main": "dist/squid.js",
|
2018-08-31 10:13:22 +02:00
|
|
|
"scripts": {
|
2018-09-06 17:23:20 +02:00
|
|
|
"test": "eslint ./src",
|
2018-09-19 10:30:30 +02:00
|
|
|
"start": "babel ./src/ --watch --out-dir ./dist/",
|
|
|
|
"build": "babel ./src/ --out-dir ./dist/",
|
2018-09-06 17:44:17 +02:00
|
|
|
"release": "./node_modules/release-it/bin/release-it.js --src.tagName='v%s' --github.release --npm.publish --non-interactive",
|
|
|
|
"release-minor": "./node_modules/release-it/bin/release-it.js minor --src.tagName='v%s' --github.release --npm.publish --non-interactive",
|
|
|
|
"release-major": "./node_modules/release-it/bin/release-it.js major --src.tagName='v%s' --github.release --npm.publish --non-interactive",
|
|
|
|
"prepublishOnly": "npm run build"
|
2018-08-31 10:13:22 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-09-06 10:01:57 +02:00
|
|
|
"url": "git+https://github.com/oceanprotocol/squid-js.git"
|
2018-08-31 10:13:22 +02:00
|
|
|
},
|
|
|
|
"keywords": [],
|
2018-09-06 16:58:39 +02:00
|
|
|
"author": "Ocean Protocol <devops@oceanproocol.com>",
|
|
|
|
"license": "Apache-2.0",
|
2018-08-31 10:13:22 +02:00
|
|
|
"bugs": {
|
2018-09-06 10:01:57 +02:00
|
|
|
"url": "https://github.com/oceanprotocol/squid-js/issues"
|
2018-08-31 10:13:22 +02:00
|
|
|
},
|
2018-09-06 10:01:57 +02:00
|
|
|
"homepage": "https://github.com/oceanprotocol/squid-js#readme",
|
2018-08-31 10:13:22 +02:00
|
|
|
"dependencies": {
|
2018-09-06 16:58:39 +02:00
|
|
|
"@babel/runtime": "^7.0.0",
|
2018-09-25 07:38:45 +02:00
|
|
|
"@oceanprotocol/keeper-contracts": "^0.2.0",
|
2018-08-31 10:13:22 +02:00
|
|
|
"truffle-contract": "^3.0.6",
|
2018-09-03 15:25:40 +02:00
|
|
|
"web3": "0.20.6"
|
2018-08-31 15:17:12 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-09-06 16:58:39 +02:00
|
|
|
"@babel/cli": "^7.0.0",
|
2018-09-12 11:03:42 +02:00
|
|
|
"@babel/core": "^7.0.1",
|
2018-09-06 16:58:39 +02:00
|
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
|
|
|
|
"@babel/plugin-transform-runtime": "^7.0.0",
|
2018-09-06 17:23:20 +02:00
|
|
|
"@babel/preset-env": "^7.0.0",
|
|
|
|
"eslint": "^5.5.0",
|
|
|
|
"eslint-config-oceanprotocol": "^1.2.0",
|
|
|
|
"eslint-config-standard": "^12.0.0",
|
|
|
|
"eslint-plugin-import": "^2.14.0",
|
|
|
|
"eslint-plugin-node": "^7.0.1",
|
|
|
|
"eslint-plugin-promise": "^4.0.0",
|
|
|
|
"eslint-plugin-security": "^1.4.0",
|
|
|
|
"eslint-plugin-standard": "^4.0.0"
|
2018-09-06 16:58:39 +02:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=8 <10"
|
2018-08-31 10:13:22 +02:00
|
|
|
}
|
|
|
|
}
|