UNPKG

1.15 kBJSONView Raw
1{
2 "name": "@0x/typescript-typings",
3 "version": "5.3.2",
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/tools.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/tools/issues"
24 },
25 "homepage": "https://github.com/0xProject/tools/tree/main/packages/typescript-typings#readme",
26 "dependencies": {
27 "@types/bn.js": "^4.11.0",
28 "@types/node": "12.12.54",
29 "@types/react": "*",
30 "bignumber.js": "~9.0.2",
31 "ethereum-types": "^3.7.1",
32 "popper.js": "1.14.3"
33 },
34 "devDependencies": {
35 "shx": "^0.2.2",
36 "typescript": "4.2.2"
37 },
38 "publishConfig": {
39 "access": "public"
40 },
41 "gitHead": "aad2bd4f3e148f57c3a883b66b224d89eab78ad7"
42}