{
  "name": "it-assets-management-models",
  "version": "2.0.1",
  "description": "IT资产管理模型 - 提供灵活的IT资产管理和持久层抽象，支持多种存储类型和自定义适配器插件",
  "keywords": [
    "it-assets",
    "assets-management",
    "storage",
    "adapter",
    "plugin-system",
    "persistence-layer",
    "mongodb",
    "mysql",
    "file-system",
    "memory-storage",
    "typescript"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "test": "jest",
    "test:coverage": "jest --coverage",
    "lint": "eslint . --ext .ts",
    "prepare": "npm run build",
    "dev": "ts-node-dev src/index.ts",
    "clean": "rm -rf dist"
  },
  "author": "IT Department",
  "license": "MIT",
  "dependencies": {
    "fs-extra": "^11.1.1",
    "mongodb": "^4.12.0",
    "mysql2": "^3.6.0"
  },
  "devDependencies": {
    "@types/fs-extra": "^11.0.4",
    "@types/jest": "^29.5.0",
    "@types/node": "^18.15.11",
    "@typescript-eslint/eslint-plugin": "^5.58.0",
    "@typescript-eslint/parser": "^5.58.0",
    "eslint": "^8.38.0",
    "jest": "^29.5.0",
    "ts-jest": "^29.1.0",
    "ts-node-dev": "^2.0.0",
    "typescript": "^5.9.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nagucc/it-assets-management-models.git"
  },
  "engines": {
    "node": ">=16.14.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
