{
  "name": "lattice-terra-js",
  "version": "0.0.10",
  "description": "A bridge for Terra and the GridPlus SDK",
  "main": "./lib/index.js",
  "files": [
    "lib/**/*"
  ],
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf ./lib/",
    "cm": "cz",
    "coverage": "codecov",
    "lint": "eslint ./src/ --fix",
    "semantic-release": "semantic-release",
    "test:watch": "jest --watch",
    "test": "jest --coverage",
    "typecheck": "tsc --noEmit"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gridplus/lattice-terra-js.git"
  },
  "license": "MIT",
  "author": {
    "name": "GridPlus Inc.",
    "email": "info@gridplus.io",
    "url": "https://github.com/gridplus"
  },
  "engines": {
    "node": ">=12.0"
  },
  "keywords": [
    "gridplus",
    "terra",
    "lattice"
  ],
  "bugs": {
    "url": "https://github.com/gridplus/lattice-terra-js/issues"
  },
  "homepage": "https://github.com/gridplus/lattice-terra-js#readme",
  "dependencies": {
    "@terra-money/terra.js": "^3.0.8",
    "gridplus-sdk": "^1.2.1",
    "secp256k1": "^4.0.3"
  },
  "devDependencies": {
    "@types/jest": "^26.0.24",
    "@types/node": "^12.20.11",
    "@types/prompt": "^1.1.2",
    "@types/readline-sync": "^1.4.4",
    "@types/secp256k1": "^4.0.3",
    "@typescript-eslint/eslint-plugin": "^4.22.0",
    "@typescript-eslint/parser": "^4.22.0",
    "eslint": "^7.25.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^3.4.0",
    "jest": "^27.2.0",
    "lint-staged": "^10.5.4",
    "prettier": "^2.2.1",
    "prompt": "^1.2.2",
    "readline-sync": "^1.4.10",
    "semantic-release": "^19.0.2",
    "ts-jest": "^27.0.5",
    "ts-node": "^10.2.1",
    "typescript": "^4.2.4"
  },
  "lint-staged": {
    "*.ts": "eslint --cache --cache-location .eslintcache --fix"
  }
}
