12345678910111213141516171819202122232425262728293031 |
- {
- "name": "@vben/types",
- "version": "1.0.0",
- "homepage": "https://github.com/vbenjs/vue-vben-admin",
- "bugs": {
- "url": "https://github.com/vbenjs/vue-vben-admin/issues"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
- "directory": "packages/types"
- },
- "license": "MIT",
- "sideEffects": false,
- "exports": {
- ".": {
- "default": "./src/index.ts"
- }
- },
- "main": "./src/index.ts",
- "module": "./src/index.ts",
- "files": [
- "dist"
- ],
- "scripts": {
- "//build": "pnpm unbuild",
- "//stub": "pnpm unbuild --stub",
- "clean": "pnpm rimraf .turbo node_modules dist",
- "lint": "pnpm eslint ."
- }
- }
|