23 lines
624 B
JSON
23 lines
624 B
JSON
{
|
|
"name": "deno-test-router",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"assembly:build": "asc assembly/index.ts --target release --outFile dist/index.wasm"
|
|
},
|
|
"keywords": [],
|
|
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@10.6.2",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@kevisual/router": "^0.0.13",
|
|
"@kevisual/use-config": "^1.0.10",
|
|
"assemblyscript": "^0.27.36",
|
|
"pino": "^9.6.0",
|
|
"pino-pretty": "^13.0.0"
|
|
}
|
|
}
|