22 lines
398 B
JSON
22 lines
398 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|