@0x/typescript-typings
Version:
0x project typescript type definitions
43 lines (42 loc) • 1.15 kB
JSON
{
"name": "@0x/typescript-typings",
"version": "5.3.2",
"engines": {
"node": ">=6.12"
},
"description": "0x project typescript type definitions",
"scripts": {
"build": "tsc -b",
"build:ci": "yarn build",
"clean": "shx rm -rf lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/0xProject/tools.git"
},
"author": "Fabio Berger",
"contributors": [
"Leonid Logvinov <logvinov.leon@gmail.com>"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/0xProject/tools/issues"
},
"homepage": "https://github.com/0xProject/tools/tree/main/packages/typescript-typings#readme",
"dependencies": {
"@types/bn.js": "^4.11.0",
"@types/node": "12.12.54",
"@types/react": "*",
"bignumber.js": "~9.0.2",
"ethereum-types": "^3.7.1",
"popper.js": "1.14.3"
},
"devDependencies": {
"shx": "^0.2.2",
"typescript": "4.2.2"
},
"publishConfig": {
"access": "public"
},
"gitHead": "aad2bd4f3e148f57c3a883b66b224d89eab78ad7"
}