mirror of
https://github.com/kunkunsh/kunkun-ext-browser-bookmark.git
synced 2025-04-03 21:06:42 +00:00

- Add .prettierrc for code formatting - Update package and jsr.json version to 0.0.6 - Upgrade @kksh/api dependency to version 0.1.1 - Refactor imports in source files to align with new structure
14 lines
319 B
JSON
14 lines
319 B
JSON
{
|
|
"name": "@kunkun/kunkun-ext-browser-bookmark",
|
|
"version": "0.0.6",
|
|
"license": "MIT",
|
|
"exports": "./mod.ts",
|
|
"publish": {
|
|
"include": ["dist", "deno-src", "README.md", "package.json", "mod.ts"]
|
|
},
|
|
"imports": {
|
|
"@kunkun/api": "jsr:@kunkun/api@^0.0.52",
|
|
"@std/assert": "jsr:@std/assert@1"
|
|
}
|
|
}
|