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

- Bump version in package.json and jsr.json to 0.0.7 - Upgrade @kksh/api dependency to version 0.1.7 - Update bun.lockb file
14 lines
319 B
JSON
14 lines
319 B
JSON
{
|
|
"name": "@kunkun/kunkun-ext-browser-bookmark",
|
|
"version": "0.0.7",
|
|
"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"
|
|
}
|
|
}
|