UNPKG

psyduck-plugin-joingate

Version:
47 lines (46 loc) 1.17 kB
{ "name": "psyduck-plugin-joingate", "version": "0.0.2", "description": "psyduck-plugin-joingate", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "tsc", "pub": "npm run build && npm publish", "test": "jest --coverage --verbose" }, "repository": { "type": "git", "url": "git+https://github.com/galactic0wl/psyduck-plugin-joingate.git" }, "keywords": [ "discord", "bot", "psyduck" ], "author": "Marc Brannan", "license": "GPL-3.0", "bugs": { "url": "https://github.com/galactic0wl/psyduck-plugin-joingate/issues" }, "homepage": "https://github.com/galactic0wl/psyduck-plugin-joingate#readme", "dependencies": { "command-line-args": "^5.0.2", "discord.js": "^11.3.2", "lodash": "^4.17.4", "psyduck-contracts": "0.0.3" }, "devDependencies": { "@types/command-line-args": "^5.0.0", "@types/jest": "^22.1.3", "@types/lodash": "^4.14.91", "@types/node": "^9.4.6", "chai": "^4.1.2", "jest": "^22.0.4", "nodemon": "^1.13.0", "ts-jest": "^22.0.4", "ts-node": "^5.0.0", "tslint": "^5.9.1", "typescript": "^2.7.2" } }