{
  "name": "@iov/starname-npm",
  "version": "1.1.2",
  "description": "",
  "types": "lib/index.d.ts",
  "main": "lib/index.js",
  "files": [
    "lib/",
    "*.md",
    "!**/*.spec.*"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/iov-one/starname-npm"
  },
  "scripts": {
    "test": "jest",
    "prebuild": "yarn gen-proto",
    "pregen-proto": "rm -rf src/proto && mkdir src/proto",
    "gen-proto": "protoc --proto_path=proto --ts_proto_opt=esModuleInterop=true --ts_proto_opt=useExactTypes=false --ts_proto_out=src/proto $(find proto -name \"*.proto\")",
    "build": "tsc",
    "lint": "eslint --max-warnings 0 'src/**/*.ts'"
  },
  "author": "IOV SAS <admin@iov.one>",
  "license": "Apache-2.0",
  "devDependencies": {
    "@babel/cli": "^7.15.4",
    "@babel/preset-typescript": "^7.15.0",
    "@types/jest": "^29.2.6",
    "@typescript-eslint/eslint-plugin": "^5.50.0",
    "@typescript-eslint/parser": "^5.50.0",
    "babel-plugin-module-resolver": "^4.1.0",
    "eslint": "^8.33.0",
    "eslint-config-prettier": "^8.6.0",
    "eslint-plugin-prettier": "^4.2.1",
    "isomorphic-fetch": "^3.0.0",
    "jest": "^27.1.0",
    "prettier": "^2.8.3",
    "protoc-gen-ts": "^0.4.0",
    "ts-jest": "^29.0.5",
    "ts-loader": "^9.2.5",
    "typescript": "^4.9.5"
  },
  "dependencies": {
    "@cosmjs/amino": "^0.30.1",
    "@cosmjs/crypto": "^0.30.1",
    "@cosmjs/encoding": "^0.29.5",
    "@cosmjs/proto-signing": "^0.30.1",
    "@cosmjs/stargate": "^0.30.1",
    "@iov/asset-directory": "^4.2.5",
    "@iov/signer-types": "^1.0.1",
    "@keplr-wallet/types": "^0.11.32",
    "buffer": "^6.0.3",
    "cosmjs-types": "^0.6.1",
    "google-protobuf": "^3.18.0-rc.2",
    "ts-proto": "^1.82.5"
  },
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "jsdom",
    "transform": {
      "node_modules/variables/.+\\.(j|t)sx?$": "ts-jest"
    },
    "moduleDirectories": [
      "src",
      "node_modules"
    ],
    "transformIgnorePatterns": [
      "node_modules/(?!variables/.*)"
    ]
  }
}
