admin-vben/packages/icons/package.json

41 lines
876 B
JSON
Raw Normal View History

2024-05-19 13:20:42 +00:00
{
"name": "@vben/icons",
2024-06-16 15:50:17 +00:00
"version": "5.0.0",
2024-05-19 13:20:42 +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-19 13:20:42 +00:00
"repository": {
"type": "git",
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
"directory": "packages/icons"
},
2024-06-16 15:56:20 +00:00
"license": "MIT",
"type": "module",
"scripts": {
"build": "pnpm unbuild",
"stub": "pnpm unbuild --stub"
},
2024-05-19 13:20:42 +00:00
"files": [
"dist"
],
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
2024-05-19 13:20:42 +00:00
"exports": {
".": {
"types": "./src/index.ts",
"development": "./src/index.ts",
"default": "./dist/index.mjs"
}
},
"publishConfig": {
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.mjs"
}
2024-05-19 13:20:42 +00:00
}
},
"dependencies": {
"@vben-core/icons": "workspace:*"
2024-05-19 13:20:42 +00:00
}
}