UNPKG

koishi-plugin-ink

Version:
38 lines (37 loc) 810 B
{ "name": "koishi-plugin-ink", "version": "0.3.0", "description": "An inkjs application for Koishi.js", "main": "index.js", "workspaces": [ "test" ], "scripts": { "test": "cd test ; node index.js" }, "repository": { "type": "git", "url": "git+https://github.com/idlist/koishi-plugin-ink.git" }, "keywords": [ "koishi", "koishi.js" ], "author": "i'DLisT", "license": "MIT", "bugs": { "url": "https://github.com/idlist/koishi-plugin-ink/issues" }, "homepage": "https://github.com/idlist/koishi-plugin-ink#readme", "dependencies": { "inkjs": "^1.11.0", "koishi-utils": "^4.0.0" }, "peerDependencies": { "koishi-core": ">=3" }, "devDependencies": { "koishi-adapter-onebot": "^3.0.0", "koishi-plugin-mysql": "^3.0.0" } }