aboutsummaryrefslogtreecommitdiffstats
path: root/packages/abi-gen/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/abi-gen/package.json')
-rw-r--r--packages/abi-gen/package.json68
1 files changed, 0 insertions, 68 deletions
diff --git a/packages/abi-gen/package.json b/packages/abi-gen/package.json
deleted file mode 100644
index 7f968893c..000000000
--- a/packages/abi-gen/package.json
+++ /dev/null
@@ -1,68 +0,0 @@
-{
- "name": "@0x/abi-gen",
- "version": "1.0.22",
- "engines": {
- "node": ">=6.12"
- },
- "description": "Generate contract wrappers from ABI and handlebars templates",
- "main": "lib/src/index.js",
- "types": "lib/src/index.d.ts",
- "scripts": {
- "lint": "tslint --format stylish --project .",
- "clean": "shx rm -rf lib",
- "build": "tsc -b",
- "build:ci": "yarn build",
- "test": "yarn run_mocha",
- "run_mocha": "mocha --require source-map-support/register --require make-promises-safe lib/test/**/*_test.js --bail --exit",
- "test:circleci": "yarn test:coverage",
- "test:coverage": "nyc npm run test --all && yarn coverage:report:lcov",
- "coverage:report:lcov": "nyc report --reporter=text-lcov > coverage/lcov.info"
- },
- "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": {
- "@0x/typescript-typings": "^3.0.8",
- "@0x/utils": "^3.0.1",
- "chalk": "^2.3.0",
- "ethereum-types": "^1.1.6",
- "glob": "^7.1.2",
- "handlebars": "^4.0.11",
- "lodash": "^4.17.5",
- "mkdirp": "^0.5.1",
- "sleep": "^5.1.1",
- "tmp": "^0.0.33",
- "to-snake-case": "^1.0.0",
- "yargs": "^10.0.3"
- },
- "devDependencies": {
- "@0x/tslint-config": "^2.0.2",
- "@types/glob": "5.0.35",
- "@types/handlebars": "^4.0.36",
- "@types/mkdirp": "^0.5.1",
- "@types/node": "*",
- "@types/sleep": "^0.0.7",
- "@types/tmp": "^0.0.33",
- "@types/yargs": "^10.0.0",
- "chai": "^4.1.2",
- "dirty-chai": "^2.0.1",
- "make-promises-safe": "^1.1.0",
- "mocha": "^5.2.0",
- "npm-run-all": "^4.1.2",
- "shx": "^0.2.2",
- "tslint": "5.11.0",
- "typescript": "3.0.1"
- },
- "publishConfig": {
- "access": "public"
- }
-}