{ "name": "koishi-plugin-market-info", "description": "Koishi plugin market information", "version": "1.0.1", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib", "dist" ], "author": "Shigma ", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/koishijs/koishi-plugin-market-info.git" }, "bugs": { "url": "https://github.com/koishijs/koishi-plugin-market-info/issues" }, "homepage": "https://github.com/koishijs/koishi-plugin-market-info#readme", "scripts": { "build": "atsc -b" }, "koishi": { "browser": true, "description": { "en": "Plugin market information", "zh": "插件市场信息查询与订阅" } }, "keywords": [ "chatbot", "koishi", "plugin", "market", "info", "subscribe", "update", "registry", "manager" ], "peerDependencies": { "koishi": "^4.10.5" }, "devDependencies": { "@koishijs/registry": "^4.1.6", "@types/node": "^17.0.45", "atsc": "^1.2.1", "koishi": "^4.10.5", "typescript": "^4.9.3" } }