{
  "name": "@jiguanshu/cogs",
  "version": "0.0.6",
  "description": "机关术项目工程配置文件",
  "main": "dist/cjs/index.cjs",
  "module": "dist/es/index.js",
  "types": "types/src/index.d.ts",
  "sideEffects": [
    "style/**/*.scss"
  ],
  "exports": {
    ".": {
      "types": "./types/src/index.d.ts",
      "import": "./dist/es/index.js",
      "require": "./dist/cjs/index.cjs"
    },
    "./styles": "./dist/es/styles/index.css",
    "./ttk-theme/index.scss": "./style/ttk-for-element-plus/index.scss",
    "./lib": {
      "types": "./types/libs/index.d.ts"
    }
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "dev": "vite",
    "build": "npx vue-tsc && vite build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "peerDependencies": {
    "axios": "^1.3.4",
    "element-plus": "^2.7.8",
    "lodash-es": "^4.17.21",
    "nprogress": "^0.2.0",
    "pinia": "^2.0.30",
    "vue": "^3.2.47",
    "qs": "^6.11.1"
  },
  "dependencies": {
    "axios": "^1.3.4",
    "element-plus": "^2.7.8",
    "glob": "^8.1.0",
    "lodash-es": "^4.17.21",
    "nprogress": "^0.2.0",
    "pinia": "^2.0.30",
    "vue": "^3.2.47",
    "qs": "^6.11.1"
  },
  "files": [
    "dist/*",
    "types/*",
    "*.json",
    "*.md"
  ],
  "keywords": [
    "jiguanshu",
    "tools"
  ],
  "author": "laogong5i0@126.com",
  "license": "ISC",
  "devDependencies": {
    "@rollup/pluginutils": "^5.0.2",
    "@types/glob": "^8.1.0",
    "@vue/compiler-sfc": "^3.2.47",
    "consola": "^2.15.3",
    "fast-glob": "^3.2.12",
    "ts-morph": "^17.0.1"
  }
}