UNPKG

hackmud-chat

Version:
43 lines (42 loc) 1.15 kB
{ "name": "hackmud-chat", "version": "0.5.1", "description": "A hackmud chat api wrapper for nodejs.", "keywords": [ "hackmud", "chat", "wrapper", "typescript" ], "main": "dist/lib/index.js", "types": "dist/lib/index.d.ts", "scripts": { "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1", "gen-docs": "typedoc --mode file --out docs/ --theme minimal", "prepublish": "tsc && typedoc --mode file --out docs/ --theme minimal" }, "author": "Ryozuki", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/hackmud-unofficial/hackmud-chat.git" }, "bugs": { "url": "https://github.com/hackmud-unofficial/hackmud-chat/issues" }, "homepage": "https://github.com/hackmud-unofficial/hackmud-chat#readme", "dependencies": { "@types/request-promise-native": "^1.0.15", "debug": "^3.1.0", "request": "^2.87.0", "request-promise-native": "^1.0.5" }, "devDependencies": { "@types/debug": "0.0.30", "@types/node": "^10.5.7", "@types/request": "^2.47.1", "typedoc": "^0.11.1", "typescript": "^3.0.1" } }