- 0x.js@0.38.6 - @0xproject/abi-gen@0.3.4 - @0xproject/assert@0.2.14 - @0xproject/base-contract@0.3.6 - @0xproject/connect@0.6.17 - @0xproject/contract-wrappers@0.1.1 - contracts@2.1.35 - @0xproject/dev-utils@0.4.6 - @0xproject/fill-scenarios@0.0.6 - @0xproject/json-schemas@0.8.3 - @0xproject/metacoin@0.0.10 - @0xproject/migrations@0.0.10 - @0xproject/order-utils@0.0.9 - @0xproject/order-watcher@0.0.8 - @0xproject/react-docs-example@0.0.15 - @0xproject/react-docs@0.0.16 - @0xproject/react-shared@0.2.3 - @0xproject/sol-compiler@0.5.4 - @0xproject/sol-cov@0.1.3 - @0xproject/sra-report@0.1.6 - @0xproject/subproviders@0.10.6 - @0xproject/testnet-faucets@1.0.36 - @0xproject/typescript-typings@0.4.3 - @0xproject/utils@0.7.3 - @0xproject/web3-wrapper@0.7.3 - @0xproject/website@0.0.39
91 lines
3.3 KiB
JSON
91 lines
3.3 KiB
JSON
{
|
|
"name": "@0xproject/subproviders",
|
|
"version": "0.10.6",
|
|
"engines": {
|
|
"node": ">=6.12"
|
|
},
|
|
"main": "lib/src/index.js",
|
|
"types": "lib/src/index.d.ts",
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"watch": "tsc -w",
|
|
"clean": "shx rm -rf lib scripts",
|
|
"build": "tsc && copyfiles -u 3 './lib/src/monorepo_scripts/**/*' ./scripts",
|
|
"lint": "tslint --project .",
|
|
"run_mocha_unit": "mocha lib/test/unit/**/*_test.js --timeout 10000 --bail --exit",
|
|
"run_mocha_integration": "mocha lib/test/integration/**/*_test.js --timeout 10000 --bail --exit",
|
|
"test": "npm run test:unit",
|
|
"test:unit:coverage": "nyc npm run test:unit --all && yarn coverage:report:lcov",
|
|
"coverage:report:lcov": "nyc report --reporter=text-lcov > coverage/lcov.info",
|
|
"test:circleci": "npm run test:unit:coverage",
|
|
"test:all": "run-s test:unit test:integration",
|
|
"test:unit": "run-s clean build run_mocha_unit",
|
|
"test:integration": "run-s clean build run_mocha_integration",
|
|
"manual:postpublish": "yarn build; node ./scripts/postpublish.js",
|
|
"docs:stage": "node scripts/stage_docs.js",
|
|
"docs:json": "typedoc --excludePrivate --excludeExternals --target ES5 --json $JSON_FILE_PATH $PROJECT_FILES",
|
|
"upload_docs_json": "aws s3 cp generated_docs/index.json $S3_URL --profile 0xproject --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers --content-type application/json"
|
|
},
|
|
"config": {
|
|
"postpublish": {
|
|
"assets": [],
|
|
"docPublishConfigs": {
|
|
"extraFileIncludes": [
|
|
"../types/src/index.ts"
|
|
],
|
|
"s3BucketPath": "s3://doc-jsons/subproviders/",
|
|
"s3StagingBucketPath": "s3://staging-doc-jsons/subproviders/"
|
|
}
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@0xproject/assert": "^0.2.14",
|
|
"@0xproject/types": "^0.8.2",
|
|
"@0xproject/typescript-typings": "^0.4.3",
|
|
"@0xproject/utils": "^0.7.3",
|
|
"@ledgerhq/hw-app-eth": "4.7.3",
|
|
"@ledgerhq/hw-transport-u2f": "4.7.3",
|
|
"bip39": "2.5.0",
|
|
"bn.js": "4.11.7",
|
|
"ethereumjs-tx": "1.3.4",
|
|
"ethereumjs-util": "5.1.5",
|
|
"ganache-core": "0xProject/ganache-core",
|
|
"hdkey": "0.7.1",
|
|
"lodash": "4.17.10",
|
|
"semaphore-async-await": "1.5.1",
|
|
"web3": "0.20.6",
|
|
"web3-provider-engine": "14.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"@0xproject/monorepo-scripts": "^0.2.2",
|
|
"@0xproject/tslint-config": "^0.4.21",
|
|
"@0xproject/utils": "^0.7.3",
|
|
"@types/bip39": "2.4.0",
|
|
"@types/lodash": "4.14.104",
|
|
"@types/mocha": "2.2.48",
|
|
"@types/node": "9.6.0",
|
|
"chai": "4.1.2",
|
|
"chai-as-promised": "7.1.1",
|
|
"copyfiles": "1.2.0",
|
|
"dirty-chai": "2.0.1",
|
|
"make-promises-safe": "1.1.0",
|
|
"mocha": "4.1.0",
|
|
"npm-run-all": "4.1.2",
|
|
"nyc": "11.6.0",
|
|
"shx": "0.2.2",
|
|
"tslint": "5.8.0",
|
|
"typedoc": "0xProject/typedoc",
|
|
"typescript": "2.7.1",
|
|
"webpack": "3.11.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"@ledgerhq/hw-transport-node-hid": "4.7.3"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"browser": {
|
|
"ganache-core": false
|
|
}
|
|
}
|