UNPKG

1.09 kBJSONView Raw
1{
2 "name": "@0x/types",
3 "version": "3.3.7",
4 "engines": {
5 "node": ">=6.12"
6 },
7 "description": "0x types",
8 "main": "lib/index.js",
9 "types": "lib/index.d.ts",
10 "scripts": {
11 "build": "tsc -b",
12 "build:ci": "yarn build",
13 "clean": "shx rm -rf lib",
14 "lint": "tslint --format stylish --project ."
15 },
16 "license": "Apache-2.0",
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/0xProject/tools.git"
20 },
21 "bugs": {
22 "url": "https://github.com/0xProject/tools/issues"
23 },
24 "homepage": "https://github.com/0xProject/tools/tree/main/types",
25 "devDependencies": {
26 "@0x/tslint-config": "^4.1.5",
27 "make-promises-safe": "^1.1.0",
28 "shx": "^0.2.2",
29 "tslint": "5.11.0",
30 "typescript": "4.2.2"
31 },
32 "dependencies": {
33 "@types/node": "12.12.54",
34 "bignumber.js": "~9.0.2",
35 "ethereum-types": "^3.7.1"
36 },
37 "publishConfig": {
38 "access": "public"
39 },
40 "gitHead": "aad2bd4f3e148f57c3a883b66b224d89eab78ad7"
41}