init push
This commit is contained in:
17
web/packages/themes/package.json
Normal file
17
web/packages/themes/package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "@panda-wiki/themes",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "./src/index.ts",
|
||||
"type": "module",
|
||||
"types": "./theme.d.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts",
|
||||
"./*": "./src/*.ts",
|
||||
"./types": "./theme.d.ts"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"packageManager": "pnpm@10.12.1"
|
||||
}
|
||||
Reference in New Issue
Block a user