UNPKG

miraipie

Version:

the most powerful nodejs development kit for mirai-api-http

58 lines (57 loc) 1.31 kB
{ "name": "miraipie", "version": "1.2.9", "description": "the most powerful nodejs development kit for mirai-api-http", "main": "lib/miraipie.js", "browser": "dist/miraipie.bundle.js", "types": "types/miraipie.d.ts", "scripts": { "build": "tsc && webpack", "demo": "node demo/start-miraipie.js", "docs:dev": "vuepress dev docs", "docs:build": "vuepress build docs" }, "bin": { "miraipie": "bin/miraipie" }, "keywords": [ "miraipie", "mirai", "mirai-api-http" ], "author": "Nepsyn <nepsyn@outlook.com>", "bugs": "https://github.com/nepsyn/miraipie/issues", "repository": { "type": "git", "url": "https://github.com/nepsyn/miraipie.git" }, "license": "AGPL-3.0", "devDependencies": { "@types/fs-extra": "^9.0.12", "@types/node": "^15.12.5", "@types/ws": "^7.4.7", "@vuepress/plugin-back-to-top": "^1.8.2", "typescript": "^4.3.4", "vuepress": "^1.8.2", "webpack": "^4.46.0", "webpack-cli": "^4.8.0" }, "dependencies": { "axios": "^0.21.1", "commander": "^8.1.0", "enquirer": "^2.3.6", "form-data": "^4.0.0", "fs-extra": "^8.1.0", "log4js": "^6.3.0", "ws": "^8.0.0" }, "files": [ "bin", "demo", "src", "lib", "types", "template", "dist" ] }