aboutsummaryrefslogtreecommitdiffstats
path: root/packages/abi-gen/package.json
blob: 3856f29b9ebee3e3043c33b5670acf9826849641 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
    "name": "@0x/abi-gen",
    "version": "2.0.1",
    "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": "^4.0.0",
        "@0x/utils": "^4.0.2",
        "chalk": "^2.3.0",
        "ethereum-types": "^2.0.0",
        "glob": "^7.1.2",
        "handlebars": "^4.0.11",
        "lodash": "^4.17.11",
        "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": "^3.0.0",
        "@types/glob": "5.0.35",
        "@types/handlebars": "^4.0.36",
        "@types/mkdirp": "^0.5.2",
        "@types/node": "*",
        "@types/sleep": "^0.0.7",
        "@types/tmp": "^0.0.33",
        "@types/yargs": "^11.0.0",
        "chai": "^4.0.1",
        "dirty-chai": "^2.0.1",
        "make-promises-safe": "^1.1.0",
        "mocha": "^4.1.0",
        "npm-run-all": "^4.1.2",
        "shx": "^0.2.2",
        "tslint": "5.11.0",
        "typescript": "3.0.1"
    },
    "publishConfig": {
        "access": "public"
    }
}
.17.1miwi2010-03-122-6/+5 * - update to jpeg-8dinoex2010-02-051-1/+1 * Chase the vte shared lib bump.marcus2009-08-231-0/+1 * - Update to 1.15.2miwi2009-07-123-5/+5 * Chase the vte shared lib version bump.marcus2009-06-031-0/+1 * - Update to 1.14.2miwi2009-04-252-4/+4 * - Update to 1.14.1miwi2009-03-312-4/+4 * - Mark MAKE_JOBS_SAFE for parallel building.miwi2009-03-261-0/+1 * - Update to 1.13.5miwi2009-02-032-4/+4 * - Update to 1.13.0miwi2008-09-232-4/+4 * - Update to 1.12.2miwi2008-06-292-5/+4 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1 * - Update to 1.12.1miwi2008-05-292-4/+4 * - Update to 1.12.0miwi2008-05-273-4/+6 * - Update to 1.11.1miwi2008-04-032-4/+4 * - Take over maintainershipmiwi2008-03-131-1/+1 * - Update to 1.10.1gabor2008-03-032-4/+4 * Reset relaxbsd@gmail.com due to maintainer-timeouts.linimon2008-03-021-1/+1 * - Update to 1.6.0miwi2007-10-243-10/+11 * - Change maintainer addressbeech2007-07-051-4/+3