1 | {
|
2 | "name": "web3-typescript-typings",
|
3 | "version": "0.10.2",
|
4 | "description": "Typescript type definitions for web3",
|
5 | "main": "index.d.ts",
|
6 | "types": "index.d.ts",
|
7 | "scripts": {
|
8 | "lint": "tslint index.d.ts",
|
9 | "build": "tsc && copyfiles -u 1 './lib/**/*' ./scripts",
|
10 | "clean": "shx rm -rf scripts"
|
11 | },
|
12 | "repository": {
|
13 | "type": "git",
|
14 | "url": "git+https://github.com/0xProject/0x-monorepo.git"
|
15 | },
|
16 | "author": "Fabio Berger",
|
17 | "contributors": [
|
18 | "Leonid Logvinov <logvinov.leon@gmail.com>"
|
19 | ],
|
20 | "license": "Apache-2.0",
|
21 | "bugs": {
|
22 | "url": "https://github.com/0xProject/0x-monorepo/issues"
|
23 | },
|
24 | "homepage": "https://github.com/0xProject/0x-monorepo/packages/web3-typescript-typings#readme",
|
25 | "devDependencies": {
|
26 | "@0xproject/monorepo-scripts": "^0.1.14",
|
27 | "@types/bignumber.js": "^4.0.2",
|
28 | "copyfiles": "^1.2.0",
|
29 | "shx": "^0.2.2",
|
30 | "tslint": "5.8.0",
|
31 | "tslint-config-0xproject": "^0.0.2",
|
32 | "typescript": "2.7.1"
|
33 | },
|
34 | "dependencies": {
|
35 | "bignumber.js": "~4.1.0"
|
36 | },
|
37 | "publishConfig": {
|
38 | "access": "public"
|
39 | }
|
40 | }
|