UNPKG

koishi-plugin-genshin

Version:

Genshin Impact player data fetcher and gacha simulator for Koishi.js

34 lines 834 B
{ "name": "koishi-plugin-genshin", "version": "2.0.0-beta.15", "description": "Genshin Impact player data fetcher and gacha simulator for Koishi.js", "main": "src/index.js", "repository": "https://github.com/Dragon-Fish/koishi-plugin-genshin", "author": "Dragon-Fish <824399619@qq.com>", "license": "Apache-2.0", "scripts": { "publish:stable": "npm publish --tag latest", "publish:next": "npm publish --tag next" }, "dependencies": { "genshin-gacha-kit": "^1.1.0", "genshin-kit": "^2.4.0", "pug": "^3.0.2" }, "peerDependencies": { "koishi-core": "^3.11.1" }, "devDependencies": { "@dragon-fish/bump": "^0.0.15", "koishi-core": "^3.11.1" }, "keywords": [ "genshin", "genshin-impact", "genshin-api", "hoyolab", "koishi", "mihoyo", "qqbot" ] }