init push
This commit is contained in:
21
web/packages/icons/package.json
Normal file
21
web/packages/icons/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user