35 lines
1.4 KiB
JSON
35 lines
1.4 KiB
JSON
{
|
|
"name": "@0x/python-contract-wrappers",
|
|
"version": "1.0.3",
|
|
"engines": {
|
|
"node": ">=6.12"
|
|
},
|
|
"private": true,
|
|
"description": "Python wrappers for 0x smart contracts, generated via abi-gen",
|
|
"scripts": {
|
|
"generate": "abi-gen --abis ${npm_package_config_abis} --template ../abi-gen-templates/Python/contract.handlebars --partials '../abi-gen-templates/Python/partials/**/*.handlebars' --output generated --language Python",
|
|
"build": "yarn generate",
|
|
"build:ci": "yarn build",
|
|
"clean": "shx rm -rf generated"
|
|
},
|
|
"config": {
|
|
"abis": "../contract-artifacts/artifacts/{AssetProxyOwner,Coordinator,CoordinatorRegistry,DevUtils,DummyERC20Token,DummyERC721Token,DutchAuction,ERC20Proxy,ERC20Token,ERC721Proxy,ERC721Token,EthBalanceChecker,Exchange,Forwarder,IAssetProxy,IValidator,IWallet,MultiAssetProxy,OrderValidator,WETH9,ZRXToken}.json"
|
|
},
|
|
"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/python-contract-wrappers/README.md",
|
|
"devDependencies": {
|
|
"@0x/abi-gen": "^4.1.0",
|
|
"shx": "^0.2.2"
|
|
},
|
|
"publishConfig": {
|
|
"access": "restricted"
|
|
}
|
|
}
|