Files
protocol/packages/contract-addresses/package.json
2020-06-24 15:44:42 +10:00

40 lines
1.1 KiB
JSON

{
"name": "@0x/contract-addresses",
"version": "4.10.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/0x-monorepo.git"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/0xProject/0x-monorepo/issues"
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/contract-addresses/README.md",
"devDependencies": {
"gitpkg": "https://github.com/0xProject/gitpkg.git",
"shx": "^0.2.2",
"typescript": "3.0.1"
},
"publishConfig": {
"access": "public"
},
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
}