UNPKG

vben-aggregate-constants

Version:
49 lines 1.13 kB
{ "name": "vben-aggregate-constants", "version": "6.0.6", "description": "vben-aggregate-constants package", "type": "module", "license": "MIT", "author": { "name": "zydld888", "email": "your.email@example.com", "url": "https://github.com/yourusername" }, "homepage": "https://your-project-homepage.com", "bugs": "https://github.com/yourusername/your-project/issues", "repository": { "type": "git", "url": "git+https://github.com/yourusername/your-project.git", "directory": "C:/Users/dld/Desktop/vue-vben-admin-main/packages/constants" }, "keywords": [ "vue", "vue3", "admin", "typescript", "your-project-name", "dashboard", "template", "ui-components", "frontend" ], "exports": { ".": "./src/index.ts" }, "main": "./src/index.ts", "module": "./src/index.ts", "types": "./src/index.ts", "files": [ "README.md", "package.json", "src", "*.d.ts" ], "dependencies": { "vben-aggregate-core-shared": "^6.0.6" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }