mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
Bumps [@truffle/hdwallet-provider](https://github.com/trufflesuite/truffle) from 1.0.35 to 1.0.36. - [Release notes](https://github.com/trufflesuite/truffle/releases) - [Commits](https://github.com/trufflesuite/truffle/compare/@truffle/hdwallet-provider@1.0.35...@truffle/hdwallet-provider@1.0.36) Signed-off-by: dependabot[bot] <support@github.com>
128 lines
3.6 KiB
JSON
128 lines
3.6 KiB
JSON
{
|
|
"name": "@oceanprotocol/lib",
|
|
"version": "0.0.1",
|
|
"description": "JavaScript client library for Ocean Protocol",
|
|
"main": "./dist/node/lib.js",
|
|
"typings": "./dist/node/lib.d.ts",
|
|
"unpkg": "./dist/browser/lib.cjs2.min.js",
|
|
"scripts": {
|
|
"build": "npm run clean && npm run build:metadata && npm run build:tsc",
|
|
"build:tsc": "tsc --sourceMap",
|
|
"build:metadata": "./scripts/get-metadata.js > src/metadata.json",
|
|
"clean": "rm -rf ./dist/ ./doc/ ./.nyc_output",
|
|
"lint": "eslint --ignore-path .gitignore --ext .ts,.tsx .",
|
|
"lint:fix": "eslint --ignore-path .gitignore --ext .ts,.tsx . --fix",
|
|
"format": "prettier --parser typescript --ignore-path .gitignore --write '**/*.{js,jsx,ts,tsx}'",
|
|
"run": "ts-node",
|
|
"release": "release-it --non-interactive",
|
|
"changelog": "auto-changelog -p",
|
|
"prepublishOnly": "npm run build",
|
|
"test:unit": "mocha --config=test/unit/.mocharc.json --node-env=test --exit test/unit/**/*.ts",
|
|
"test:integration": "mocha --config=test/integration/.mocharc.json --node-env=test --exit test/integration/**/*.ts",
|
|
"test:cover": "nyc --report-dir coverage/unit npm run test:unit"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/oceanprotocol/ocean-lib-js.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "Ocean Protocol <devops@oceanprotocol.com>",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/oceanprotocol/ocean-lib-js/issues"
|
|
},
|
|
"homepage": "https://github.com/oceanprotocol/ocean-lib-js#readme",
|
|
"peerDependencies": {
|
|
"web3": "^1.2.3"
|
|
},
|
|
"dependencies": {
|
|
"@ethereum-navigator/navigator": "^0.5.0",
|
|
"bignumber.js": "^9.0.0",
|
|
"deprecated-decorator": "^0.1.6",
|
|
"fs": "0.0.1-security",
|
|
"node-fetch": "^2.6.0",
|
|
"save-file": "^2.3.1",
|
|
"uuid": "^8.2.0",
|
|
"web3": "^1.2.9",
|
|
"web3-eth-contract": "^1.2.9",
|
|
"whatwg-url": "^8.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@oceanprotocol/contracts": "^0.2.2",
|
|
"@release-it/bumper": "^1.4.0",
|
|
"@truffle/hdwallet-provider": "^1.0.36",
|
|
"@types/chai": "^4.2.11",
|
|
"@types/chai-spies": "^1.0.1",
|
|
"@types/mocha": "^7.0.2",
|
|
"@types/node": "^14.0.14",
|
|
"@types/node-fetch": "^2.5.5",
|
|
"@types/sinon": "^9.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^2.23.0",
|
|
"@typescript-eslint/parser": "^2.23.0",
|
|
"auto-changelog": "^2.1.0",
|
|
"chai": "^4.2.0",
|
|
"chai-spies": "^1.0.0",
|
|
"cross-env": "^7.0.2",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-oceanprotocol": "^1.5.0",
|
|
"eslint-config-prettier": "^6.10.0",
|
|
"eslint-plugin-prettier": "^3.1.4",
|
|
"lcov-result-merger": "^3.1.0",
|
|
"mocha": "^8.0.1",
|
|
"mock-local-storage": "^1.1.11",
|
|
"nyc": "^15.1.0",
|
|
"ora": "^4.0.2",
|
|
"prettier": "^2.0.5",
|
|
"sinon": "^9.0.1",
|
|
"source-map-support": "^0.5.19",
|
|
"ts-node": "^8.10.2",
|
|
"ts-node-register": "^1.0.0",
|
|
"typedoc": "^0.17.1",
|
|
"typescript": "^3.9.5",
|
|
"yargs": "^15.3.1"
|
|
},
|
|
"nyc": {
|
|
"include": [
|
|
"src/**/*.ts"
|
|
],
|
|
"extension": [
|
|
".ts"
|
|
],
|
|
"require": [
|
|
"ts-node/register"
|
|
],
|
|
"reporter": [
|
|
"text",
|
|
"lcov",
|
|
"html"
|
|
],
|
|
"sourceMap": true,
|
|
"instrument": true
|
|
},
|
|
"release-it": {
|
|
"hooks": {
|
|
"after:bump": "npm run changelog && npm run doc:json"
|
|
},
|
|
"plugins": {
|
|
"@release-it/bumper": {
|
|
"out": [
|
|
"package.json",
|
|
"package-lock.json"
|
|
]
|
|
}
|
|
},
|
|
"git": {
|
|
"tagName": "v${version}"
|
|
},
|
|
"github": {
|
|
"release": true,
|
|
"assets": [
|
|
"dist/squid-js.json"
|
|
]
|
|
},
|
|
"npm": {
|
|
"publish": false
|
|
}
|
|
}
|
|
}
|