{
  "name": "@terra-money/houston",
  "version": "0.4.5",
  "description": "Core module for Houston smart contract framework",
  "license": "MIT",
  "author": "Hyungsuk Kang <hskang9@gmail.com>",
  "homepage": "https://github.com/terra-project/houston/tree/master/packages/core#readme",
  "repository": "https://github.com/terra-project/houston/tree/master/packages/core",
  "bugs": {
    "url": "https://github.com/terra-project/houston/issues"
  },
  "main": "./dist/index.js",
  "bin": {
    "houston": "./dist/index.js"
  },
  "scripts": {
    "postinstall": "bash scripts/postinstall.sh",
    "start": "npm run build && npm run global",
    "test": "npm run lint && npm run test:unit",
    "test:unit": "mocha src/**/*.spec.ts",
    "lint": "tslint -p . --fix",
    "build": "npm run clean:some && tsc -p .",
    "prepare": "yarn build",
    "global": "npm i -g && houston",
    "clean:some": "rm -rf ./dist ./docs",
    "clean:all": "rm -rf ./node_modules ./package-lock.json ./dist ./docs",
    "refresh": "npm run clean:all && npm install",
    "tscov": "tscov --min-coverage 90",
    "tscov:d": "tscov --details",
    "publish-package": "npm run build && npm publish",
    "docs": "typedoc --out docs ./src"
  },
  "keywords": [
    "cli",
    "dev-tool"
  ],
  "dependencies": {
    "@terra-money/houston-add": "^0.0.10",
    "@terra-money/houston-compile": "^0.2.1",
    "@terra-money/houston-config": "^0.2.2",
    "@terra-money/houston-error": "^0.0.7",
    "@terra-money/houston-init": "^0.2.3",
    "@terra-money/houston-migrate": "^0.0.10",
    "@terra-money/houston-provider": "^0.0.5",
    "commander": "^5.1.0",
    "config": "^3.3.1",
    "kleur": "^4.0.2",
    "string-similarity": "^4.0.2",
    "tslib": "^2.0.0"
  },
  "devDependencies": {
    "@types/node": "^15.0.3",
    "@types/string-similarity": "^4.0.0",
    "sinon-chai": "^3.5.0",
    "tslint": "^6.1.2",
    "typescript": "^4"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "3b571d9da1d4b708e81f3063c499f49ea1ab7c9f"
}
