- @0x/contracts-asset-proxy@3.7.14 - @0x/contracts-broker@1.1.32 - @0x/contracts-coordinator@3.1.33 - @0x/contracts-dev-utils@1.3.31 - @0x/contracts-erc1155@2.1.32 - @0x/contracts-erc20@3.3.11 - @0x/contracts-erc721@3.1.32 - @0x/contracts-exchange-forwarder@4.2.33 - @0x/contracts-exchange-libs@4.3.32 - @0x/contracts-exchange@3.2.33 - @0x/contracts-extensions@6.2.27 - @0x/contracts-integrations@2.7.48 - @0x/contracts-multisig@4.1.33 - @0x/contracts-staking@2.0.40 - @0x/contracts-test-utils@5.4.3 - @0x/contracts-treasury@1.2.1 - @0x/contracts-utils@4.7.11 - @0x/contracts-zero-ex@0.25.0 - @0x/asset-swapper@6.17.1 - @0x/contract-artifacts@3.15.0 - @0x/contract-wrappers-test@12.2.48 - @0x/contract-wrappers@13.17.0 - @0x/migrations@8.0.9 - @0x/order-utils@10.4.24 - @0x/protocol-utils@1.7.0
46 lines
1.5 KiB
JSON
46 lines
1.5 KiB
JSON
{
|
|
"name": "@0x/contract-artifacts",
|
|
"version": "3.15.0",
|
|
"engines": {
|
|
"node": ">=6.12"
|
|
},
|
|
"description": "0x smart contract compilation artifacts",
|
|
"main": "lib/src/index.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"artifacts_copy": "node lib/src/copy.js",
|
|
"artifacts_transform": "node lib/src/transform.js ./artifacts && prettier --write ./artifacts/*.json",
|
|
"artifacts_update": "yarn artifacts_copy && yarn artifacts_transform && yarn build",
|
|
"build": "yarn tsc -b",
|
|
"build:ci": "yarn build",
|
|
"test": "yarn run_mocha",
|
|
"test:circleci": "yarn test",
|
|
"run_mocha": "mocha --require source-map-support/register --require make-promises-safe lib/test/**/*_test.js --bail --exit",
|
|
"clean": "shx rm -rf lib"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/0xProject/protocol.git"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/0xProject/protocol/issues"
|
|
},
|
|
"homepage": "https://github.com/0xProject/protocol/tree/main/packages/contract-artifacts",
|
|
"devDependencies": {
|
|
"@0x/utils": "^6.4.3",
|
|
"@types/mocha": "^5.2.7",
|
|
"chai": "^4.0.1",
|
|
"lodash": "^4.17.11",
|
|
"mocha": "^6.2.0",
|
|
"shx": "^0.2.2",
|
|
"typescript": "4.2.2"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
|
|
}
|