aboutsummaryrefslogtreecommitdiffstats
path: root/packages/typescript-typings/package.json
blob: 03827080df81106a521fa7c21953f7de2b83b126 (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
{
    "name": "@dexon-foundation/typescript-typings",
    "version": "4.0.2",
    "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": "9228e3eee5e139807b70a02358ad8c6576cb6790"
}