admin-vben/internal/tsconfig/package.json

26 lines
562 B
JSON
Raw Normal View History

2024-05-19 13:20:42 +00:00
{
"name": "@vben/tsconfig",
2024-12-12 14:47:11 +00:00
"version": "5.5.1",
2024-05-19 13:20:42 +00:00
"private": true,
"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-19 13:20:42 +00:00
"repository": {
"type": "git",
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
"directory": "internal/tsconfig"
},
2024-06-16 15:56:20 +00:00
"license": "MIT",
"type": "module",
2024-05-19 13:20:42 +00:00
"files": [
"base.json",
"library.json",
"node.json",
"web-app.json",
"web.json"
],
"dependencies": {
2024-05-21 14:14:25 +00:00
"@vben/types": "workspace:*",
"vite": "catalog:"
2024-05-19 13:20:42 +00:00
}
}