init push

This commit is contained in:
2026-05-21 19:52:45 +08:00
commit e3f75311ab
1280 changed files with 179173 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "@panda-wiki/icons",
"version": "1.0.0",
"description": "",
"main": "./src/index.tsx",
"type": "module",
"scripts": {
"icon": "tsx ./scripts/generate.ts"
},
"exports": {
".": "./src/index.tsx",
"./*": "./src/*.tsx"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.12.1",
"devDependencies": {
"tsx": "^4.20.5"
}
}