- @0x/contracts-asset-proxy@3.1.3 - @0x/contracts-broker@1.0.1 - @0x/contracts-coordinator@3.0.6 - @0x/contracts-dev-utils@1.0.6 - @0x/contracts-erc1155@2.0.6 - @0x/contracts-erc20-bridge-sampler@1.2.1 - @0x/contracts-erc20@3.0.6 - @0x/contracts-erc721@3.0.6 - @0x/contracts-exchange-forwarder@4.1.0 - @0x/contracts-exchange-libs@4.2.0 - @0x/contracts-exchange@3.1.2 - @0x/contracts-extensions@6.0.0 - @0x/contracts-integrations@2.2.3 - @0x/contracts-multisig@4.0.6 - @0x/contracts-staking@2.0.6 - @0x/contracts-test-utils@5.1.3 - @0x/contracts-utils@4.2.1 - 0x.js@9.0.7 - @0x/abi-gen@5.1.2 - @0x/assert@3.0.5 - @0x/asset-swapper@4.1.1 - @0x/base-contract@6.1.2 - @0x/connect@6.0.5 - @0x/contract-artifacts@3.4.1 - @0x/contract-wrappers-test@12.2.7 - @0x/contract-wrappers@13.4.2 - @0x/contracts-gen@2.0.6 - @0x/dev-utils@3.1.3 - @0x/instant@1.0.44 - @0x/json-schemas@5.0.5 - @0x/migrations@6.0.2 - @0x/monorepo-scripts@1.0.49 - @0x/order-utils@10.1.3 - @0x/orderbook@2.1.2 - @0x/sol-compiler@4.0.6 - @0x/sol-coverage@4.0.6 - @0x/sol-doc@3.1.3 - @0x/sol-profiler@4.0.6 - @0x/sol-trace@3.0.6 - @0x/sol-tracing-utils@7.0.6 - @0x/sra-spec@3.0.5 - @0x/subproviders@6.0.6 - @0x/utils@5.3.0 - @0x/web3-wrapper@7.0.5
101 lines
3.7 KiB
JSON
101 lines
3.7 KiB
JSON
{
|
|
"name": "0x.js",
|
|
"version": "9.0.7",
|
|
"engines": {
|
|
"node": ">=6.12"
|
|
},
|
|
"description": "A javascript library for interacting with the 0x protocol",
|
|
"keywords": [
|
|
"0x.js",
|
|
"0xproject",
|
|
"ethereum",
|
|
"tokens",
|
|
"exchange"
|
|
],
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"scripts": {
|
|
"build": "yarn build:all",
|
|
"build:ci": "yarn build:commonjs",
|
|
"build:all": "run-p build:umd:prod build:commonjs",
|
|
"lint": "tslint --format stylish --project .",
|
|
"fix": "tslint --fix --format stylish --project .",
|
|
"test:circleci": "run-s test:coverage",
|
|
"rebuild_and_test": "run-s build test",
|
|
"test:coverage": "nyc npm run test --all && yarn coverage:report:lcov",
|
|
"coverage:report:lcov": "nyc report --reporter=text-lcov > coverage/lcov.info",
|
|
"clean": "shx rm -rf _bundles lib test_temp src/generated_contract_wrappers generated_docs",
|
|
"build:umd:prod": "NODE_ENV=production node --max_old_space_size=8192 ../../node_modules/.bin/webpack --mode production",
|
|
"build:commonjs": "tsc -b",
|
|
"diff_docs": "git diff --exit-code ./docs",
|
|
"s3:sync_md_docs": "aws s3 sync ./docs s3://docs-markdown/${npm_package_name}/v${npm_package_version} --profile 0xproject --region us-east-1 --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers",
|
|
"docs:md": "ts-doc-gen --sourceDir='$PROJECT_FILES' --output=$MD_FILE_DIR --fileExtension=mdx --tsconfig=./typedoc-tsconfig.json",
|
|
"docs:json": "typedoc --excludePrivate --excludeExternals --excludeProtected --ignoreCompilerErrors --target ES5 --tsconfig typedoc-tsconfig.json --json $JSON_FILE_PATH $PROJECT_FILES"
|
|
},
|
|
"config": {
|
|
"postpublish": {
|
|
"assets": [
|
|
"packages/0x.js/_bundles/index.js",
|
|
"packages/0x.js/_bundles/index.min.js"
|
|
]
|
|
}
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/0xProject/0x-monorepo"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"@0x/contract-addresses": "^4.4.0",
|
|
"@0x/dev-utils": "^3.1.3",
|
|
"@0x/migrations": "^6.0.2",
|
|
"@0x/ts-doc-gen": "^0.0.22",
|
|
"@0x/tslint-config": "^4.0.0",
|
|
"@types/lodash": "4.14.104",
|
|
"@types/mocha": "^5.2.7",
|
|
"@types/node": "*",
|
|
"@types/sinon": "^2.2.2",
|
|
"awesome-typescript-loader": "^5.2.1",
|
|
"chai": "^4.0.1",
|
|
"chai-as-promised": "^7.1.0",
|
|
"chai-bignumber": "^3.0.0",
|
|
"copyfiles": "^2.0.0",
|
|
"dirty-chai": "^2.0.1",
|
|
"make-promises-safe": "^1.1.0",
|
|
"mocha": "^6.2.0",
|
|
"npm-run-all": "^4.1.2",
|
|
"nyc": "^11.0.1",
|
|
"opn-cli": "^3.1.0",
|
|
"shx": "^0.2.2",
|
|
"sinon": "^4.0.0",
|
|
"source-map-support": "^0.5.0",
|
|
"terser-webpack-plugin": "^2.0.1",
|
|
"tslint": "5.11.0",
|
|
"typedoc": "^0.15.0",
|
|
"typescript": "3.0.1",
|
|
"uglifyjs-webpack-plugin": "^2.0.1",
|
|
"webpack": "^4.20.2"
|
|
},
|
|
"dependencies": {
|
|
"@0x/abi-gen-wrappers": "^5.4.0-beta.3",
|
|
"@0x/assert": "^3.0.5",
|
|
"@0x/asset-swapper": "^4.1.1",
|
|
"@0x/base-contract": "^6.1.2",
|
|
"@0x/contract-wrappers": "^13.4.2",
|
|
"@0x/order-utils": "^10.1.3",
|
|
"@0x/subproviders": "^6.0.6",
|
|
"@0x/types": "^3.1.1",
|
|
"@0x/typescript-typings": "^5.0.1",
|
|
"@0x/utils": "^5.3.0",
|
|
"@0x/web3-wrapper": "^7.0.5",
|
|
"@types/web3-provider-engine": "^14.0.0",
|
|
"ethereum-types": "^3.0.0",
|
|
"ethers": "~4.0.4",
|
|
"lodash": "^4.17.11",
|
|
"web3-provider-engine": "14.0.6"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|