mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 02:02:40 +08:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"name": "@dify/iconify-collections",
|
|
"private": true,
|
|
"version": "0.0.0-private",
|
|
"exports": {
|
|
"./custom-public": {
|
|
"types": "./custom-public/index.d.ts",
|
|
"require": "./custom-public/index.js",
|
|
"import": "./custom-public/index.mjs"
|
|
},
|
|
"./custom-public/icons.json": "./custom-public/icons.json",
|
|
"./custom-public/info.json": "./custom-public/info.json",
|
|
"./custom-public/metadata.json": "./custom-public/metadata.json",
|
|
"./custom-public/chars.json": "./custom-public/chars.json",
|
|
"./custom-vender": {
|
|
"types": "./custom-vender/index.d.ts",
|
|
"require": "./custom-vender/index.js",
|
|
"import": "./custom-vender/index.mjs"
|
|
},
|
|
"./custom-vender/icons.json": "./custom-vender/icons.json",
|
|
"./custom-vender/info.json": "./custom-vender/info.json",
|
|
"./custom-vender/metadata.json": "./custom-vender/metadata.json",
|
|
"./custom-vender/chars.json": "./custom-vender/chars.json"
|
|
},
|
|
"scripts": {
|
|
"generate": "node ./scripts/generate-collections.mjs"
|
|
},
|
|
"devDependencies": {
|
|
"iconify-import-svg": "catalog:"
|
|
}
|
|
}
|