vben-aggregate-core-typings
Version:
vben-aggregate-core-typings package
62 lines • 1.46 kB
JSON
{
"name": "vben-aggregate-core-typings",
"version": "6.0.6",
"description": "vben-aggregate-core-typings 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/@core/base/typings"
},
"keywords": [
"vue",
"vue3",
"admin",
"typescript",
"your-project-name",
"dashboard",
"template",
"ui-components",
"frontend"
],
"exports": {
".": {
"types": "./dist/index.mjs",
"import": "./dist/index.mjs",
"require": "./dist/index.mjs"
},
"./vue-router": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"README.md",
"package.json",
"dist"
],
"dependencies": {
"vue": "^3.5.17",
"vue-router": "^4.5.1"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"build": "unbuild",
"prepublishOnly": "npm run build"
}
}