123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- {
- "name": "noctbot",
- "version": "1.0.0",
- "description": "He is a Robot, his name is Noct. He is the Robo-Noct!",
- "main": "build/main.js",
- "scripts": {
- "watch": "rimraf build && tsc -w",
- "build": "rimraf build && tsc",
- "start": "node ./build/main.js",
- "typeorm": "rimraf build && ts-node -r tsconfig-paths/register ./node_modules/typeorm/cli.js"
- },
- "repository": {
- "type": "git",
- "url": "https://git.coder.horse/ghorsington/noctbot"
- },
- "keywords": [
- "bot",
- "noct",
- "discord.js",
- "discord"
- ],
- "author": "Geoffrey Horsington <geoffrey.hoooooorse@gmail.com>",
- "license": "MIT",
- "_moduleAliases": {
- "@shared": "../shared/lib/src",
- "src": "./build"
- },
- "dependencies": {
- "@types/cheerio": "^0.22.28",
- "@types/humanize-duration": "^3.18.1",
- "@types/koa": "^2.13.1",
- "@types/koa-router": "^7.4.2",
- "@types/lowdb": "^1.0.9",
- "@types/node-schedule": "^1.3.1",
- "@types/sha1": "^1.1.2",
- "@types/turndown": "^5.0.0",
- "@types/ws": "^7.4.1",
- "@types/xml2js": "^0.4.8",
- "cheerio": "^1.0.0-rc.6",
- "discord.js": "^12.5.3",
- "dotenv": "^8.2.0",
- "emoji-regex": "^9.2.2",
- "express": "^4.17.1",
- "form-data": "^3.0.1",
- "fp-ts": "^2.10.4",
- "google-protobuf": "^3.15.8",
- "got": "^11.8.2",
- "html2bbcode": "^1.2.6",
- "humanize-duration": "^3.25.2",
- "interval-promise": "^1.4.0",
- "io-ts": "^2.2.16",
- "jimp": "^0.16.1",
- "koa": "^2.13.1",
- "koa-body": "^4.2.0",
- "koa-router": "^10.0.0",
- "lowdb": "^1.0.0",
- "module-alias": "^2.2.2",
- "node-schedule": "^1.3.3",
- "nodemailer": "^6.5.0",
- "pg": "^8.6.0",
- "reflect-metadata": "^0.1.13",
- "rimraf": "^3.0.2",
- "rpc_ts": "^2.1.0",
- "rss-parser": "^3.12.0",
- "sha1": "^1.1.1",
- "tsconfig-paths": "^3.9.0",
- "turndown": "^7.0.0",
- "type-zoo": "^3.4.1",
- "typeorm": "^0.2.32",
- "typescript": "^4.2.4",
- "typescript-rest-rpc": "^1.0.10",
- "uws": "^200.0.0",
- "winston": "^3.3.3",
- "winston-mongodb": "^5.0.7",
- "winston-transport": "^4.4.0",
- "yaml": "^1.10.2"
- },
- "devDependencies": {
- "@types/node": "^14.14.41",
- "@types/nodemailer": "^6.4.1",
- "@typescript-eslint/eslint-plugin": "^4.22.0",
- "@typescript-eslint/parser": "^4.22.0",
- "eslint": "^7.25.0",
- "nodemon": "^2.0.7",
- "ts-node": "9.0.0"
- }
- }
|