- @0x/contracts-erc20@3.3.32 - @0x/contracts-test-utils@5.4.23 - @0x/contracts-treasury@1.4.15 - @0x/contracts-utils@4.8.13 - @0x/contracts-zero-ex@0.35.0 - @0x/asset-swapper@16.62.0 - @0x/contract-addresses@6.16.0 - @0x/contract-wrappers@13.20.4 - @0x/protocol-utils@11.15.0
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "@0x/contract-addresses",
|
|
"version": "6.16.0",
|
|
"engines": {
|
|
"node": ">=6.12"
|
|
},
|
|
"description": "Used to get known addresses of deployed 0x contracts",
|
|
"main": "lib/src/index.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"build": "yarn tsc -b",
|
|
"build:ci": "yarn build",
|
|
"clean": "shx rm -rf lib",
|
|
"publish:private": "yarn build && gitpkg publish"
|
|
},
|
|
"gitpkg": {
|
|
"registry": "git@github.com:0xProject/gitpkg-registry.git"
|
|
},
|
|
"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-addresses",
|
|
"devDependencies": {
|
|
"gitpkg": "https://github.com/0xProject/gitpkg.git",
|
|
"shx": "^0.2.2",
|
|
"typescript": "4.6.3"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
|
|
}
|