12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "name": "@vben-core/constants",
- "version": "5.0.0",
- "homepage": "https://github.com/vbenjs/vue-vben-admin",
- "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
- "directory": "packages/@vben-core/shared/constants"
- },
- "license": "MIT",
- "type": "module",
- "scripts": {
- "build": "pnpm unbuild"
- },
- "files": [
- "dist"
- ],
- "sideEffects": false,
- "main": "./dist/index.mjs",
- "module": "./dist/index.mjs",
- "exports": {
- ".": {
- "types": "./src/index.ts",
- "development": "./src/index.ts",
- "default": "./dist/index.mjs"
- }
- },
- "publishConfig": {
- "exports": {
- ".": {
- "types": "./dist/index.d.ts",
- "default": "./dist/index.mjs"
- }
- }
- }
- }
|