23 lines
503 B
JSON
23 lines
503 B
JSON
{
|
|
"name": "@aiflowy/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/icons"
|
|
},
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"default": "./src/index.ts"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@aiflowy-core/icons": "workspace:*"
|
|
}
|
|
}
|