23 lines
625 B
JSON
23 lines
625 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.11.1",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@kevisual/router": "^0.0.21",
|
|
"@kevisual/use-config": "^1.0.17",
|
|
"assemblyscript": "^0.28.2"
|
|
},
|
|
"dependencies": {
|
|
"@kevisual/ai": "^0.0.5"
|
|
}
|
|
} |