aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-trace/package.json
blob: 203ad4c0dfdb206010dd3c7706cc1636765f4c70 (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
{
    "name": "@dexon-foundation/sol-trace",
    "version": "1.0.6",
    "engines": {
        "node": ">=6.12"
    },
    "description": "Prints stack trace on Solidity revert",
    "main": "lib/src/index.js",
    "types": "lib/src/index.d.ts",
    "scripts": {
        "build": "tsc -b",
        "build:ci": "yarn build",
        "lint": "tslint --format stylish --project .",
        "clean": "shx rm -rf lib src/artifacts generated_docs",
        "docs:json": "typedoc --excludePrivate --excludeExternals --target ES5 --tsconfig typedoc-tsconfig.json --json $JSON_FILE_PATH $PROJECT_FILES"
    },
    "config": {
        "postpublish": {
            "assets": []
        }
    },
    "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/sol-trace/README.md",
    "dependencies": {
        "@0x/typescript-typings": "^3.0.8",
        "@dexon-foundation/sol-tracing-utils": "^4.0.4",
        "@dexon-foundation/subproviders": "^2.1.14",
        "ethereum-types": "^1.1.6",
        "ethereumjs-util": "^5.1.1",
        "lodash": "^4.17.5",
        "loglevel": "^1.6.1"
    },
    "devDependencies": {
        "@0x/tslint-config": "^2.0.2",
        "@types/loglevel": "^1.5.3",
        "@types/node": "*",
        "npm-run-all": "^4.1.2",
        "shx": "^0.2.2",
        "tslint": "5.11.0",
        "typescript": "3.0.1"
    },
    "publishConfig": {
        "access": "public"
    },
    "gitHead": "25a57876bb2205ffd2a646896b64c7769b6c330b"
}