{
  "name": "@kubevious/data-models",
  "version": "1.0.38",
  "description": "Kubevious Data Models",
  "main": "dist/index.js",
  "types": "dist",
  "files": [
    "dist/**/*"
  ],
  "scripts": {
    "test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha -r ts-node/register 'test/**/*.ts'",
    "build": "tsc",
    "format": "prettier --write ./src/ ./test/",
    "format-check": "prettier --write ./src/ ./test/",
    "lint": "eslint"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kubevious/data-models.git"
  },
  "author": "Ruben Hakopian <ruben.hakopian@gmail.com>",
  "license": "Propriatery",
  "bugs": {
    "url": "https://github.com/kubevious/data-models/issues"
  },
  "homepage": "https://github.com/kubevious/data-models#readme",
  "dependencies": {
    "@kubevious/easy-data-store": "^1.0.14",
    "@kubevious/helper-backend": "^1.0.44",
    "@kubevious/ui-middleware": "^1.0.76",
    "@types/uuid": "^9.0.2",
    "moment": "^2.29.1",
    "the-lodash": "^2.1.2",
    "the-logger": "^2.1.1",
    "the-promise": "^2.1.3",
    "uuid": "^9.0.0"
  },
  "devDependencies": {
    "@types/mocha": "^10.0.1",
    "@types/node": "^18.16.3",
    "@typescript-eslint/eslint-plugin": "^5.59.2",
    "@typescript-eslint/parser": "^5.59.2",
    "eslint": "^8.39.0",
    "mocha": "^10.2.0",
    "prettier": "^2.8.8",
    "should": "^13.2.3",
    "ts-node": "^10.7.0",
    "typescript": "^5.0.4"
  },
  "resolutions": {
    "the-lodash": "^2.1.2",
    "the-logger": "^2.1.1",
    "the-promise": "^2.1.3",
    "@kubevious/easy-data-store": "^1.0.14",
    "@kubevious/ui-middleware": "^1.0.76",
    "@kubevious/helper-backend": "^1.0.44"
  }
}
