aboutsummaryrefslogtreecommitdiffstats
path: root/packages/web3-typescript-typings/package.json
blob: 91257bd4cafa508d2da8eb59400f31ee9601cccb (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
{
  "name": "web3-typescript-typings",
  "version": "0.7.2",
  "description": "Typescript type definitions for web3",
  "main": "index.d.ts",
  "types": "index.d.ts",
  "scripts": {
    "lint": "tslint index.d.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/0xProject/web3-typescript-typings.git"
  },
  "author": "Fabio Berger",
  "contributors": [
    "Leonid Logvinov <logvinov.leon@gmail.com>"
  ],
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/0xProject/web3-typescript-typings/issues"
  },
  "homepage": "https://github.com/0xProject/web3-typescript-typings#readme",
  "devDependencies": {
    "@types/bignumber.js": "^4.0.2",
    "tslint": "^5.5.0",
    "tslint-config-0xproject": "^0.0.2",
    "typescript": "^2.4.2"
  },
  "dependencies": {
    "bignumber.js": "^4.0.2"
  }
}