UNPKG

1.13 kBJSONView Raw
1{
2 "name": "@0x/typescript-typings",
3 "version": "4.0.0",
4 "engines": {
5 "node": ">=6.12"
6 },
7 "description": "0x project typescript type definitions",
8 "scripts": {
9 "build": "tsc -b",
10 "build:ci": "yarn build",
11 "clean": "shx rm -rf lib"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/0xProject/0x-monorepo.git"
16 },
17 "author": "Fabio Berger",
18 "contributors": [
19 "Leonid Logvinov <logvinov.leon@gmail.com>"
20 ],
21 "license": "Apache-2.0",
22 "bugs": {
23 "url": "https://github.com/0xProject/0x-monorepo/issues"
24 },
25 "homepage": "https://github.com/0xProject/0x-monorepo/packages/typescript-typings#readme",
26 "dependencies": {
27 "@types/bn.js": "^4.11.0",
28 "@types/react": "*",
29 "bignumber.js": "~8.0.2",
30 "ethereum-types": "^2.0.0",
31 "popper.js": "1.14.3"
32 },
33 "devDependencies": {
34 "shx": "^0.2.2",
35 "typescript": "3.0.1"
36 },
37 "publishConfig": {
38 "access": "public"
39 },
40 "gitHead": "7b583cecb29c24f561c8befa835ba9ef5a6918f6"
41}