{
  "name": "ts-imm",
  "version": "0.4.0",
  "description": "case classes for TypeScript",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "test": "yarn jest",
    "prepare": "yarn build && yarn test",
    "build": "yarn tsc"
  },
  "keywords": [
    "typescript"
  ],
  "author": "Stephen Haberman",
  "license": "Apache-2.0",
  "devDependencies": {
    "@types/jest": "^23.3.2",
    "@types/node": "^10.12.0",
    "jest": "^23.6.0",
    "nodemon": "^1.18.3",
    "prettier": "^1.14.3",
    "ts-jest": "^23.10.2",
    "tslint": "^5.11.0",
    "tslint-config-prettier": "^1.15.0",
    "tslint-immutable": "^4.7.0",
    "typescript": "^3.0.1"
  },
  "dependencies": {}
}
