UNPKG

koishi-plugin-autochat

Version:
44 lines (43 loc) 1.08 kB
{ "name": "koishi-plugin-autochat", "description": "定时自动聊天", "version": "1.0.4", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib", "dist" ], "license": "MIT", "homepage": "https://github.com/lijirou12/koishi-plugin-autochat#readme", "repository": { "type": "git", "url": "git+https://github.com/lijirou12/koishi-plugin-autochat.git" }, "bugs": { "url": "https://github.com/lijirou12/koishi-plugin-autochat/issues" }, "keywords": [ "koishi-plugin", "autochat", "chatluna", "gemini" ], "scripts": { "build": "tsup src/index.ts --format cjs", "dev": "koishi-dev", "pub": "npm publish" }, "peerDependencies": { "koishi": "^4.15.0", "koishi-plugin-chatluna": "*" }, "devDependencies": { "tsup": "^7.2.0", "typescript": "^5.4.0" }, "engines": { "node": ">=16.0.0" }, "packageManager": "pnpm@10.12.4+sha512.5ea8b0deed94ed68691c9bad4c955492705c5eeb8a87ef86bc62c74a26b037b08ff9570f108b2e4dbd1dd1a9186fea925e527f141c648e85af45631074680184" }