UNPKG

koishi-plugin-ffxiv-lodestone

Version:

A koishi plugin that provides lodestone related feature for FFXIV players

71 lines 1.76 kB
{ "name": "koishi-plugin-ffxiv-lodestone", "version": "0.0.3", "description": "A koishi plugin that provides lodestone related feature for FFXIV players", "keywords": [ "ffxiv", "final-fantasy-xiv", "lodestone", "koishi", "koishijs", "bot", "qqbot" ], "author": { "name": "Maiko Tan", "email": "maiko.tan.coding@gmail.com" }, "homepage": "https://github.com/AwesomeHamster/koishi-plugin-ffxiv-lodestone", "license": "MIT", "main": "dist/index.bundle.js", "directories": { "src": "src", "test": "__tests__" }, "files": [ "dist", "LICENCE", "README.md" ], "repository": { "type": "git", "url": "git+https://github.com/AwesomeHamster/koishi-plugin-ffxiv-lodestone.git" }, "scripts": { "build": "constructeur build && tsc --emitDeclarationOnly", "dev": "constructeur build --minify false && tsc --emitDeclarationOnly", "test": "mocha -r ts-node/register --extension .spec.ts ./__tests__" }, "bugs": { "url": "https://github.com/AwesomeHamster/koishi-plugin-ffxiv-lodestone/issues" }, "koishi": { "description": { "en": "FFXIV (FINAL FANTASY XIV) Lodestone Integration", "zh": "FFXIV (最终幻想14) Lodestone 集成" }, "service": { "required": [], "optional": [], "implements": [] }, "locales": [ "en", "zh" ], "recommendeds": [] }, "devDependencies": { "@hamster-bot/constructeur": "*", "@types/node": "^17.0.5", "chai": "^4.3.4", "koishi-test-utils": "^7.0.2", "mocha": "^9.1.3", "ts-node": "^10.8.1", "typescript": "^4.7.3" }, "peerDependencies": { "@koishijs/plugin-puppeteer": "^3.0.0-rc.0", "koishi": "^4.0.0-rc.1" } }