{
  "name": "decorative-model",
  "version": "0.1.3",
  "description": "This is a helper lib for coding the logic of dto and data model with oop style",
  "type": "module",
  "main": "./main.ts",
  "module": "./main.ts",
  "scripts": {
    "dev": "vite"
  },
  "repository": { "type": "git", "url": "https://github.com/WayneWu98/decorative-model" },
  "sideEffects": false,
  "keywords": ["class-transformer", "decorator", "oop", "dto", "data model", "typescript"],
  "author": "Wayne Wu <wayne-wu@outlook.com> (https://wayne-wu.com)",
  "license": "MIT",
  "dependencies": {
    "@rollup/pluginutils": "^5.0.2",
    "class-transformer": "^0.5.1",
    "dayjs": "^1.11.7",
    "reflect-metadata": "^0.1.13",
    "vue": "^3.3.2"
  },
  "devDependencies": {
    "@types/node": "^20.2.0",
    "@vitejs/plugin-vue": "^4.2.3",
    "typescript": "^5.0.4",
    "vite": "^4.3.6"
  }
}
