{ "name": "@0xproject/abi-gen", "version": "0.3.4", "engines": { "node": ">=6.12" }, "description": "Generate contract wrappers from ABI and handlebars templates", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "watch": "tsc -w", "lint": "tslint --project .", "clean": "shx rm -rf lib scripts", "build": "tsc && copyfiles -u 2 './lib/monorepo_scripts/**/*' ./scripts", "manual:postpublish": "yarn build; node ./scripts/postpublish.js" }, "bin": { "abi-gen": "bin/abi-gen.js" }, "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/abi-gen/README.md", "dependencies": { "@0xproject/types": "^0.8.2", "@0xproject/typescript-typings": "^0.4.3", "@0xproject/utils": "^0.7.3", "chalk": "2.3.2", "glob": "7.1.1", "handlebars": "4.0.11", "lodash": "4.17.10", "mkdirp": "0.5.1", "to-snake-case": "1.0.0", "yargs": "11.1.0" }, "devDependencies": { "@0xproject/monorepo-scripts": "^0.2.2", "@0xproject/tslint-config": "^0.4.21", "@types/glob": "5.0.35", "@types/handlebars": "4.0.36", "@types/mkdirp": "0.5.2", "@types/node": "9.6.0", "@types/yargs": "10.0.2", "copyfiles": "1.2.0", "make-promises-safe": "1.1.0", "npm-run-all": "4.1.2", "shx": "0.2.2", "tslint": "5.8.0", "typescript": "2.7.1" }, "publishConfig": { "access": "public" } }