Files
batch-prompts/package.json
2026-01-13 21:48:28 +08:00

18 lines
400 B
JSON

{
"name": "batch-prompts",
"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.28.0",
"type": "module",
"dependencies": {
"@kevisual/ai": "^0.0.20"
}
}