UNPKG

koishi-plugin-autopic

Version:

Automatically sends random pics to specific targets.

81 lines (80 loc) 2.13 kB
{ "name": "koishi-plugin-autopic", "description": "Automatically sends random pics to specific targets.", "version": "3.4.2", "main": "dist/index.js", "types": "dist/src/index.d.ts", "scripts": { "lint": "eslint --fix .", "build": "webpack && env PACK_ALL=1 webpack", "start": "ts-node ./dev", "test": "jest --passWithNoTests" }, "repository": { "type": "git", "url": "https://code.mycard.moe/3rdeye/koishi-plugin-autopic.git" }, "author": "Nanahira <nanahira@momobako.com>", "license": "MIT", "keywords": [ "Koishi.js", "qqbot", "cqhttp", "onebot", "required:pics" ], "bugs": { "url": "https://code.mycard.moe/3rdeye/koishi-plugin-autopic/issues" }, "homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-autopic", "jest": { "moduleFileExtensions": [ "js", "json", "ts" ], "rootDir": "tests", "testRegex": ".*\\.spec\\.ts$", "transform": { "^.+\\.(t|j)s$": "ts-jest" }, "collectCoverageFrom": [ "**/*.(t|j)s" ], "coverageDirectory": "../coverage", "testEnvironment": "node" }, "dependencies": { "koishi-schedule-send": "^2.1.1", "koishi-thirdeye": "^11.1.21" }, "peerDependencies": { "koishi": "^4.11.1", "koishi-plugin-pics": "^10.6.4" }, "devDependencies": { "@koishijs/plugin-console": "^5.1.0", "@koishijs/plugin-database-memory": "^2.2.2", "@koishijs/plugin-sandbox": "^2.5.0", "@types/jest": "^29.2.0", "@types/node": "^17.0.23", "@types/node-schedule": "^1.3.2", "@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/parser": "^4.33.0", "esbuild-loader": "^2.19.0", "eslint": "^7.32.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^3.4.1", "jest": "^29.2.2", "koishi-plugin-picsource-lolicon": "^10.0.0", "prettier": "^2.6.0", "raw-loader": "^4.0.2", "ts-jest": "^29.0.3", "ts-loader": "^9.3.1", "ts-node": "^10.9.1", "typescript": "^4.9.4", "webpack": "^5.74.0", "webpack-cli": "^4.10.0", "ws": "^8.5.0" } }