UNPKG

koishi-test-utils

Version:
48 lines (47 loc) 988 B
{ "name": "koishi-test-utils", "description": "Test utilities for Koishi", "version": "7.0.2", "main": "lib/index.js", "typings": "lib/index.d.ts", "engines": { "node": ">=12.0.0" }, "files": [ "lib", "chai/lib", "chai/index.d.ts", "chai/package.json" ], "author": "Shigma <1700011071@pku.edu.cn>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/koishijs/koishi.git" }, "bugs": { "url": "https://github.com/koishijs/koishi/issues" }, "homepage": "https://github.com/koishijs/koishi/packages/test-utils#readme", "keywords": [ "bot", "qqbot", "cqhttp", "coolq", "chatbot", "koishi", "test", "unit", "utilities" ], "dependencies": { "chai": "^4.3.4", "chai-as-promised": "^7.1.1", "koishi-core": "^3.14.2", "koishi-utils": "^4.3.0" }, "devDependencies": { "@types/chai": "^4.2.21", "@types/chai-as-promised": "^7.1.4" } }