{
  "name": "ts-poet",
  "version": "v1.0.1",
  "description": "code generation DSL for TypeScript",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "prepare": "yarn build && yarn test",
    "test": "yarn jest",
    "build": "yarn tsc",
    "lint": "yarn tslint --project ."
  },
  "keywords": [],
  "author": "Stephen Haberman",
  "license": "Apache-2.0",
  "devDependencies": {
    "@types/jest": "^24.0.17",
    "@types/lodash": "^4.14.137",
    "@types/node": "^12.7.2",
    "@typescript-eslint/eslint-plugin": "^2.0.0",
    "@typescript-eslint/parser": "^2.0.0",
    "eslint": "^6.2.2",
    "eslint-config-prettier": "^6.1.0",
    "eslint-plugin-prettier": "^3.1.0",
    "jest": "^24.9.0",
    "prettier": "^1.18.2",
    "ts-jest": "^24.0.2",
    "tslint-immutable": "^6.0.1",
    "typescript": "^3.5.3"
  },
  "dependencies": {
    "lodash": "^4.17.15",
    "ts-imm": "0.4.0"
  }
}
