UNPKG

koishi-plugin-advanced-forward

Version:

Conditional Forwarding Plugin for koishi.js(https://koishi.js.org)

62 lines (61 loc) 1.99 kB
{ "name": "koishi-plugin-advanced-forward", "version": "1.2.1", "description": "Conditional Forwarding Plugin for koishi.js(https://koishi.js.org)", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "rollup -c", "test": "mocha ./test/* --exit --timeout 60000", "lint": "eslint --fix --ext .ts,.js,.vue ./src" }, "repository": { "type": "git", "url": "https://github.com/ConstasJ/koishi-plugin-advanced-forward.git" }, "keywords": [ "Koishi.js", "qqbot", "cqhttp", "onebot", "optional:database" ], "author": "ConstasJ <constasj@qq.com>", "license": "MIT", "bugs": { "url": "https://github.com/ConstasJ/koishi-plugin-advanced-forward/issues" }, "homepage": "https://github.com/ConstasJ/koishi-plugin-advanced-forward#readme", "devDependencies": { "@commitlint/cli": "^16.2.4", "@commitlint/config-conventional": "^16.2.4", "@koishijs/plugin-database-memory": "^1.2.0", "@koishijs/plugin-mock": "^1.0.4", "@semantic-release/changelog": "^6.0.1", "@semantic-release/git": "^10.0.1", "@types/chai": "^4.3.1", "@types/mocha": "^9.1.1", "@types/node": "^17.0.30", "@typescript-eslint/eslint-plugin": "^5.22.0", "@typescript-eslint/parser": "^5.22.0", "chai": "^4.3.6", "chai-shape": "^1.0.0", "cosmotype": "^1.0.7", "eslint": "^8.14.0", "husky": "^7.0.4", "jest-mock": "^28.0.2", "koishi": "^4.6.1", "mocha": "^10.0.0", "rollup": "^2.70.2", "rollup-plugin-ts": "^2.0.7", "semantic-release": "^19.0.2", "standard-version": "^9.3.2", "ts-node": "^10.7.0", "tsconfig-paths": "^3.14.1", "typescript": "^4.6.4" }, "packageManager": "pnpm@7.0.0", "peerDependencies": { "koishi": "^4.6.1" } }