mirror of
https://github.com/kunkunsh/kunkun-ext-serve.git
synced 2025-04-03 18:16:42 +00:00
14 lines
295 B
JSON
14 lines
295 B
JSON
{
|
|
"name": "@kunkun/kunkun-ext-serve",
|
|
"version": "0.1.1",
|
|
"license": "MIT",
|
|
"exports": "./mod.ts",
|
|
"imports": {
|
|
"@kunkun/api": "jsr:@kunkun/api@^0.0.52",
|
|
"@std/assert": "jsr:@std/assert@1"
|
|
},
|
|
"publish": {
|
|
"include": ["build", "README.md", "package.json", "mod.ts", "deno-src"]
|
|
}
|
|
}
|