42 lines
901 B
JSON
42 lines
901 B
JSON
{
|
|
"name": "@aiflowy-core/icons",
|
|
"version": "1.0.0",
|
|
"homepage": "https://github.com/aiflowy/aiflowy",
|
|
"bugs": "https://github.com/aiflowy/aiflowy/issues",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/aiflowy/aiflowy.git",
|
|
"directory": "packages/@aiflowy-core/base/icons"
|
|
},
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "pnpm unbuild"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"main": "./dist/index.mjs",
|
|
"module": "./dist/index.mjs",
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"development": "./src/index.ts",
|
|
"default": "./dist/index.mjs"
|
|
}
|
|
},
|
|
"publishConfig": {
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.mjs"
|
|
}
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@iconify/vue": "catalog:",
|
|
"lucide-vue-next": "catalog:",
|
|
"vue": "catalog:"
|
|
}
|
|
}
|