admin-vben/packages/types/package.json

47 lines
1014 B
JSON
Raw Normal View History

2024-05-21 14:14:25 +00:00
{
"name": "@vben/types",
2024-06-16 15:50:17 +00:00
"version": "5.0.0",
2024-05-21 14:14:25 +00:00
"homepage": "https://github.com/vbenjs/vue-vben-admin",
2024-06-16 15:56:20 +00:00
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
2024-05-21 14:14:25 +00:00
"repository": {
"type": "git",
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
"directory": "packages/types"
},
2024-06-16 15:56:20 +00:00
"license": "MIT",
"type": "module",
2024-05-21 14:14:25 +00:00
"scripts": {
"build": "pnpm unbuild",
"stub": "pnpm build --stub"
},
"files": [
"dist"
],
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./src/index.ts",
"development": "./src/index.ts",
"default": "./dist/index.mjs"
},
"./global": {
"types": "./global.d.ts"
}
},
"publishConfig": {
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.mjs"
}
}
},
"dependencies": {
"@vben-core/typings": "workspace:*",
2024-07-20 01:59:10 +00:00
"vue": "^3.4.33",
2024-06-21 16:01:15 +00:00
"vue-router": "^4.4.0"
2024-05-21 14:14:25 +00:00
}
}