generated from tailored/router-template
22 lines
485 B
JSON
22 lines
485 B
JSON
{
|
|
"name": "@kevisual/app-assistant",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@10.10.0",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@types/node": "^22.15.3",
|
|
"bullmq": "^5.51.1"
|
|
},
|
|
"dependencies": {
|
|
"nanoid": "^5.1.5"
|
|
}
|
|
}
|