clddup
2024-07-19 baf406e7e271ac90faa3aec31ceb44715331d9d0
提交 | 用户 | age
279977 1 {
V 2   "name": "@vben/types",
3   "version": "1.0.0",
4   "homepage": "https://github.com/vbenjs/vue-vben-admin",
5   "bugs": {
6     "url": "https://github.com/vbenjs/vue-vben-admin/issues"
7   },
8   "repository": {
9     "type": "git",
10     "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
11     "directory": "packages/types"
12   },
13   "license": "MIT",
14   "sideEffects": false,
e6c7b5 15   "type": "module",
279977 16   "exports": {
V 17     ".": {
18       "default": "./src/index.ts"
19     }
20   },
21   "main": "./src/index.ts",
22   "module": "./src/index.ts",
23   "files": [
24     "dist"
25   ],
26   "scripts": {
27     "//build": "pnpm unbuild",
28     "//stub": "pnpm unbuild --stub",
29     "clean": "pnpm rimraf .turbo node_modules dist",
30     "lint": "pnpm eslint ."
31   }
32 }