初始化项目

This commit is contained in:
2026-01-18 10:35:27 +08:00
parent 85042841ae
commit 00ca4c1b0d
116 changed files with 11569 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
{
"name": "@browser-bookmark/shared",
"private": true,
"type": "module",
"version": "0.1.0",
"exports": {
".": "./index.js"
}
}