{
  "name": "@foxcookieco/trustwallet-types",
  "version": "0.1.37",
  "description": "Trust common types",
  "homepage": "https://github.com/trustwallet/web-core#readme",
  "keywords": [],
  "author": "TrustWallet",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/trustwallet/web-core/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/trustwallet/web-core.git"
  },
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "create-index": "cti src",
    "build": "webpack",
    "clean": "shx rm -rf lib node_modules tsconfig.tsbuildinfo",
    "test": "yarn jest --config ../../jest.config.js --colors"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "ca18a425404a7ffc52cbaf7d7db7dd1d19525a70",
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^1.13.0",
    "@typescript-eslint/parser": "^1.13.0",
    "create-ts-index": "^1.10.2",
    "prettier": "^1.18.2",
    "request": "^2.88.0",
    "request-promise": "^4.2.4",
    "shx": "^0.3.2",
    "webpack-cli": "^4.1.0"
  },
  "dependencies": {
    "@types/jest": "^26.0.15",
    "bignumber.js": "^9.0.0",
    "ts-loader": "^8.0.7",
    "webpack": "^5.3.0"
  },
  "bin": {
    "codegen": "bin/codegen.js"
  }
}
