18 lines
406 B
JSON
18 lines
406 B
JSON
{
|
|
"name": "deno-router-demo",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@10.8.1",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@kevisual/router": "^0.0.11"
|
|
}
|
|
}
|