{ "name": "@0x/python-contract-wrappers", "version": "1.0.2", "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/{Exchange,ERC20Token}.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": "^3.1.1", "shx": "^0.2.2" }, "publishConfig": { "access": "restricted" } }