1 | {
|
2 | "name": "ethereum-types",
|
3 | "version": "3.7.1",
|
4 | "engines": {
|
5 | "node": ">=6.12"
|
6 | },
|
7 | "description": "Ethereum 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 generated_docs",
|
14 | "lint": "tslint --format stylish --project .",
|
15 | "fix": "tslint --fix --format stylish --project .",
|
16 | "diff_docs": "git diff --exit-code ./docs",
|
17 | "docs:md": "ts-doc-gen --sourceDir='$PROJECT_FILES' --output=$MD_FILE_DIR --fileExtension=mdx --tsconfig=./typedoc-tsconfig.json",
|
18 | "docs:json": "typedoc --excludePrivate --excludeExternals --excludeProtected --ignoreCompilerErrors --target ES5 --tsconfig typedoc-tsconfig.json --json $JSON_FILE_PATH $PROJECT_FILES"
|
19 | },
|
20 | "config": {
|
21 | "postpublish": {
|
22 | "assets": []
|
23 | }
|
24 | },
|
25 | "license": "Apache-2.0",
|
26 | "repository": {
|
27 | "type": "git",
|
28 | "url": "https://github.com/0xProject/tools.git"
|
29 | },
|
30 | "bugs": {
|
31 | "url": "https://github.com/0xProject/tools/issues"
|
32 | },
|
33 | "homepage": "https://github.com/0xProject/tools/tree/main/ethereum-types",
|
34 | "devDependencies": {
|
35 | "@0x/ts-doc-gen": "^0.0.28",
|
36 | "@0x/tslint-config": "^4.1.5",
|
37 | "make-promises-safe": "^1.1.0",
|
38 | "shx": "^0.2.2",
|
39 | "tslint": "5.11.0",
|
40 | "typedoc": "~0.16.11",
|
41 | "typescript": "4.2.2"
|
42 | },
|
43 | "dependencies": {
|
44 | "@types/node": "12.12.54",
|
45 | "bignumber.js": "~9.0.2"
|
46 | },
|
47 | "publishConfig": {
|
48 | "access": "public"
|
49 | },
|
50 | "gitHead": "aad2bd4f3e148f57c3a883b66b224d89eab78ad7"
|
51 | }
|