{
    "name": "@dexon-foundation/typescript-typings",
    "version": "4.0.3",
    "engines": {
        "node": ">=6.12"
    },
    "description": "0x project typescript type definitions",
    "scripts": {
        "build": "tsc -b",
        "build:ci": "yarn build",
        "clean": "shx rm -rf lib"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/dexon-foundation/sol-tools.git"
    },
    "author": "Fabio Berger",
    "contributors": [
        "Leonid Logvinov <logvinov.leon@gmail.com>"
    ],
    "license": "Apache-2.0",
    "bugs": {
        "url": "https://github.com/dexon-foundation/sol-tools/issues"
    },
    "homepage": "https://github.com/dexon-foundation/sol-tools/packages/typescript-typings#readme",
    "dependencies": {
        "@types/bn.js": "^4.11.0",
        "@types/react": "*",
        "bignumber.js": "~8.0.2",
        "ethereum-types": "^1.1.6",
        "popper.js": "1.14.3"
    },
    "devDependencies": {
        "shx": "^0.2.2",
        "typescript": "3.0.1"
    },
    "publishConfig": {
        "access": "public"
    },
    "gitHead": "d1f03549fd45b021a4d695c07d60b88e3873f0d3"
}
