{
  "name": "catacli",
  "version": "0.1.3",
  "main": "./lib/main.js",
  "types": "./lib/main.d.ts",
  "license": "Apache-2.0",
  "repository": "akito0107/catacli",
  "author": {
    "name": "Akito Ito",
    "email": "akito0107@gmail.com"
  },
  "scripts": {
    "test": "jest",
    "lint": "eslint ./src/**/*.ts",
    "fmt": "eslint --fix ./src/**/*/ts",
    "build": "yarn run clean && tsc",
    "clean": "rimraf ./lib/*"
  },
  "devDependencies": {
    "@types/jest": "^24.0.13",
    "@types/node": "^12.0.4",
    "@typescript-eslint/eslint-plugin": "^1.9.0",
    "@typescript-eslint/parser": "^1.10.2",
    "eslint": "^5.16.0",
    "eslint-config-prettier": "^5.0.0",
    "eslint-plugin-prettier": "^3.1.0",
    "jest": "^24.8.0",
    "prettier": "^1.17.1",
    "rimraf": "^2.6.3",
    "ts-jest": "^24.0.2",
    "ts-node": "^8.2.0",
    "typescript": "^3.5.1"
  },
  "jest": {
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js"
    ],
    "transform": {
      "^.+\\.(ts|tsx)$": "ts-jest"
    },
    "globals": {
      "ts-jest": {
        "tsConfig": "tsconfig.json"
      }
    },
    "testMatch": [
      "**/__tests__/*.+(ts|tsx|js)"
    ],
    "testPathIgnorePatterns": [
      "/node_modules/",
      "helper.ts"
    ]
  },
  "dependencies": {
    "source-map-support": "^0.5.12"
  }
}
