UNPKG

psyduck-plugin-quotes

Version:
61 lines (60 loc) 1.53 kB
{ "name": "psyduck-plugin-quotes", "version": "0.0.8c", "description": "psyduck", "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-quotes.git" }, "keywords": [ "discord", "bot", "psyduck" ], "author": "Marc Brannan", "license": "GPL-3.0", "bugs": { "url": "https://github.com/galactic0wl/psyduck-plugin-quotes/issues" }, "homepage": "https://github.com/galactic0wl/psyduck-plugin-quotes#readme", "dependencies": { "chalk": "^2.4.1", "command-line-args": "^5.0.2", "discord.js": "^11.3.2", "lodash": "^4.17.4", "moment": "^2.22.1", "mssql": "^4.1.0", "mysql": "^2.15.0", "pg": "^7.4.3", "psyduck-contracts": "0.0.5", "psyduck-models": "0.0.7-a", "reflect-metadata": "^0.1.12", "sql.js": "^0.5.0", "sqlite3": "^4.0.0", "typeorm": "^0.2.6" }, "devDependencies": { "@types/chai-arrays": "^1.0.2", "@types/chalk": "^2.2.0", "@types/command-line-args": "^5.0.0", "@types/dotenv": "^4.0.2", "@types/jest": "^22.1.3", "@types/lodash": "^4.14.91", "@types/node": "^9.4.6", "chai": "^4.1.2", "chai-arrays": "^2.0.0", "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" } }