47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "@proj-airi/lobe-icons",
|
|
"type": "module",
|
|
"version": "0.3.6",
|
|
"description": "Iconify JSON IconSet port for @lobehub/icons",
|
|
"author": {
|
|
"name": "Neko Ayaka",
|
|
"email": "neko@ayaka.moe",
|
|
"url": "https://github.com/nekomeowww"
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/moeru-ai/airi.git",
|
|
"directory": "packages/lobe-icons"
|
|
},
|
|
"exports": {
|
|
"./*": "./*",
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.mjs",
|
|
"require": "./dist/index.cjs"
|
|
},
|
|
"./icons.json": "./dist/icons.json",
|
|
"./info.json": "./dist/info.json",
|
|
"./metadata.json": "./dist/metadata.json"
|
|
},
|
|
"main": "./dist/index.cjs",
|
|
"module": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"README.md",
|
|
"dist",
|
|
"package.json"
|
|
],
|
|
"scripts": {
|
|
"dev": "unbuild",
|
|
"stub": "unbuild",
|
|
"build": "unbuild"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify/tools": "^4.1.1",
|
|
"@lobehub/icons-static-svg": "^1.30.0",
|
|
"local-pkg": "^1.1.1"
|
|
}
|
|
}
|