{
  "name": "@medics/model",
  "version": "2.12.0",
  "description": "360medics NPM models",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "author": "Romain BRUCKERT <romain@360medics.com>",
  "scripts": {
    "build": "tsc",
    "watch": "tsc --watch",
    "lint": "tslint --project \"./tsconfig.json\"",
    "test": "mocha -r ts-node/register test/**/*.spec.ts",
    "commit": "git add -A && git commit -m \"Npm pre-publish commit\"",
    "publish:updates": "npm run build && npm run commit && npm version minor && npm publish --access public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/adadgio/medics-model"
  },
  "license": "ISC",
  "devDependencies": {
    "@types/chai": "^4.1.7",
    "@types/fs-extra": "^8.0.1",
    "@types/mime": "^2.0.1",
    "@types/mocha": "^5.2.6",
    "@types/node": "^11.15.3",
    "@types/uniqid": "^4.1.3",
    "chai": "^4.2.0",
    "mocha": "^6.0.2",
    "ts-node": "^8.0.3",
    "tslint": "^5.14.0",
    "typescript": "^3.3.4000"
  },
  "dependencies": {
    "fs-extra": "^8.1.0",
    "md5": "^2.2.1",
    "mime": "^2.4.4",
    "moment": "^2.24.0",
    "serialize-php": "^1.1.2",
    "uniqid": "^5.0.3"
  }
}
