{
  "name": "model-typescript",
  "version": "1.1.3",
  "description": "TypeScript immutable model",
  "keywords": [
    "typescript",
    "ts",
    "model",
    "immutable",
    "mutable",
    "decorator",
    "domain",
    "data"
  ],
  "main": "dist/index.js",
  "types": "index.d.ts",
  "scripts": {
    "build": "npm run clean && tsc -p tsconfig.json",
    "clean": "rimraf dist",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "test:coveralls": "npm run test:coverage && cat ./coverage/lcov.info | coveralls",
    "prepublish": "npm run build"
  },
  "author": "Dominik Mielcarek",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ThaFog/model-typescript.git"
  },
  "devDependencies": {
    "@types/clone-deep": "^4.0.1",
    "@types/jest": "^24.0.19",
    "@types/node": "^12.11.1",
    "coveralls": "^3.0.7",
    "jest": "^24.9.0",
    "rimraf": "^3.0.0",
    "ts-jest": "^24.1.0",
    "tsconfig-paths": "^3.9.0",
    "typescript": "^3.6.4"
  },
  "dependencies": {
    "clone-deep": "^4.0.1",
    "reflect-metadata": "^0.1.13"
  }
}
