UNPKG

koishi-plugin-randompic

Version:

随机获取图片

42 lines (41 loc) 786 B
{ "name": "koishi-plugin-randompic", "description": "随机获取图片", "version": "0.1.24", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib" ], "homepage": "", "license": "MIT", "scripts": { "build": "tsc --extendedDiagnostics" }, "keywords": [ "chatbot", "koishi", "plugin", "图片" ], "peerDependencies": { "koishi": "^4.18.7" }, "directories": { "lib": "lib" }, "author": "", "dependencies": { "jsonpath": "^1.1.1", "koishi": "^4.18.7", "node-fetch": "2.6.7", "yml-register": "^1.2.5" }, "devDependencies": { "@types/jsonpath": "^0.2.4", "@types/node": "^22.15.18", "@types/node-fetch": "^2.6.12", "ts-node": "^10.9.2", "typescript": "5.8.3" } }