2018-08-31 10:13:22 +02:00
|
|
|
{
|
2018-09-06 11:46:12 +02:00
|
|
|
"name": "@oceanprotocol/squid",
|
2018-09-25 10:31:59 +02:00
|
|
|
"version": "0.0.12",
|
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-10-01 18:10:26 +02:00
|
|
|
"test": "mocha -r ts-node/register test/**/*.test.ts",
|
|
|
|
"linkt": "tslint -c tslint.json 'src/**/*.ts'",
|
2018-09-25 08:30:54 +02:00
|
|
|
"start": "tsc -w",
|
|
|
|
"build": "tsc",
|
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-27 08:55:45 +02:00
|
|
|
"author": "Ocean Protocol <devops@oceanprotocol.com>",
|
2018-09-06 16:58:39 +02:00
|
|
|
"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-10-01 18:10:26 +02:00
|
|
|
"engines": {
|
|
|
|
"node": ">=8 <10"
|
|
|
|
},
|
2018-08-31 10:13:22 +02:00
|
|
|
"dependencies": {
|
2018-09-25 07:38:45 +02:00
|
|
|
"@oceanprotocol/keeper-contracts": "^0.2.0",
|
2018-09-25 10:23:44 +02:00
|
|
|
"bignumber.js": "^7.2.1",
|
2018-10-01 18:10:26 +02:00
|
|
|
"eth-crypto": "^1.2.4",
|
|
|
|
"eth-ecies": "^1.0.3",
|
|
|
|
"ethereumjs-util": "^5.2.0",
|
|
|
|
"jsonwebtoken": "^8.3.0",
|
|
|
|
"web3": "^1.0.0-beta.36"
|
2018-09-25 08:30:54 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-10-01 18:10:26 +02:00
|
|
|
"@types/chai": "^4.1.6",
|
|
|
|
"@types/mocha": "^5.2.5",
|
|
|
|
"chai": "^4.2.0",
|
|
|
|
"mocha": "^5.2.0",
|
|
|
|
"ts-node": "^7.0.1",
|
2018-09-25 09:14:01 +02:00
|
|
|
"tslint": "^5.11.0",
|
2018-10-01 18:10:26 +02:00
|
|
|
"typescript": "^3.1.1"
|
2018-08-31 10:13:22 +02:00
|
|
|
}
|
|
|
|
}
|