mirror of
https://github.com/kunkunsh/kunkun-ext-browser-bookmark.git
synced 2025-04-03 21:06:42 +00:00
10 lines
164 B
JSON
10 lines
164 B
JSON
{
|
|
"tasks": {
|
|
"dev": "deno run --watch main.ts"
|
|
},
|
|
"imports": {
|
|
"@kunkun/api": "jsr:@kunkun/api@^0.0.52",
|
|
"@std/assert": "jsr:@std/assert@1"
|
|
}
|
|
}
|