2021-11-11 17:02:25 +00:00
|
|
|
{
|
|
|
|
"main": "./index.js",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"init": "npm run migrate",
|
|
|
|
"build": "tsc -p tsconfig.json || echo done. && tsc-alias -p tsconfig.json",
|
2021-11-19 05:48:59 +00:00
|
|
|
"watch": "node watch.mjs",
|
2021-11-12 01:35:41 +00:00
|
|
|
"lint": "eslint --quiet src/**/*.ts",
|
2021-11-11 17:02:25 +00:00
|
|
|
"mocha": "cross-env TS_NODE_FILES=true TS_NODE_TRANSPILE_ONLY=true TS_NODE_PROJECT=\"./test/tsconfig.json\" mocha",
|
|
|
|
"test": "npm run mocha"
|
|
|
|
},
|
|
|
|
"resolutions": {
|
|
|
|
"chokidar": "^3.3.1",
|
|
|
|
"lodash": "^4.17.21"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@discordapp/twemoji": "13.1.0",
|
|
|
|
"@elastic/elasticsearch": "7.11.0",
|
|
|
|
"@koa/cors": "3.1.0",
|
|
|
|
"@koa/multer": "3.0.0",
|
|
|
|
"@koa/router": "9.0.1",
|
2022-02-03 12:09:15 +00:00
|
|
|
"@sinonjs/fake-timers": "9.1.0",
|
2021-11-11 17:02:25 +00:00
|
|
|
"@syuilo/aiscript": "0.11.1",
|
|
|
|
"@types/bcryptjs": "2.4.2",
|
2022-02-18 15:48:04 +00:00
|
|
|
"@types/bull": "3.15.8",
|
2021-11-11 17:02:25 +00:00
|
|
|
"@types/cbor": "6.0.0",
|
2022-01-21 08:04:48 +00:00
|
|
|
"@types/escape-regexp": "0.0.1",
|
2021-11-11 17:02:25 +00:00
|
|
|
"@types/glob": "7.2.0",
|
|
|
|
"@types/is-url": "1.2.30",
|
2022-01-21 08:04:48 +00:00
|
|
|
"@types/js-yaml": "4.0.5",
|
|
|
|
"@types/jsdom": "16.2.14",
|
2021-11-11 17:02:25 +00:00
|
|
|
"@types/jsonld": "1.5.6",
|
|
|
|
"@types/koa": "2.13.4",
|
2022-01-21 08:04:48 +00:00
|
|
|
"@types/koa-bodyparser": "4.3.5",
|
2021-11-11 17:02:25 +00:00
|
|
|
"@types/koa-cors": "0.0.2",
|
|
|
|
"@types/koa-favicon": "2.0.21",
|
|
|
|
"@types/koa-logger": "3.1.2",
|
|
|
|
"@types/koa-mount": "4.0.1",
|
|
|
|
"@types/koa-send": "4.1.3",
|
|
|
|
"@types/koa-views": "7.0.0",
|
2022-01-21 08:04:48 +00:00
|
|
|
"@types/koa__cors": "3.1.1",
|
2021-11-11 17:02:25 +00:00
|
|
|
"@types/koa__multer": "2.0.4",
|
2022-01-21 08:04:48 +00:00
|
|
|
"@types/koa__router": "8.0.11",
|
2022-02-18 15:48:04 +00:00
|
|
|
"@types/mocha": "9.1.0",
|
|
|
|
"@types/node": "17.0.18",
|
2022-01-21 08:04:48 +00:00
|
|
|
"@types/node-fetch": "3.0.3",
|
2021-11-11 17:02:25 +00:00
|
|
|
"@types/nodemailer": "6.4.4",
|
|
|
|
"@types/oauth": "0.9.1",
|
2021-12-09 12:31:36 +00:00
|
|
|
"@types/parse5": "6.0.3",
|
2021-11-11 17:02:25 +00:00
|
|
|
"@types/portscanner": "2.1.1",
|
2022-01-21 08:04:48 +00:00
|
|
|
"@types/pug": "2.0.6",
|
2021-11-11 17:02:25 +00:00
|
|
|
"@types/punycode": "2.1.0",
|
2022-01-21 08:04:48 +00:00
|
|
|
"@types/qrcode": "1.4.2",
|
2021-11-11 17:02:25 +00:00
|
|
|
"@types/random-seed": "0.3.3",
|
2022-01-21 08:04:48 +00:00
|
|
|
"@types/ratelimiter": "3.4.3",
|
|
|
|
"@types/redis": "4.0.11",
|
2021-11-11 17:02:25 +00:00
|
|
|
"@types/rename": "1.0.4",
|
2022-01-21 08:04:48 +00:00
|
|
|
"@types/sanitize-html": "2.6.2",
|
2022-02-03 12:09:15 +00:00
|
|
|
"@types/seedrandom": "3.0.1",
|
2022-01-21 08:04:48 +00:00
|
|
|
"@types/sharp": "0.29.5",
|
2022-02-03 12:09:15 +00:00
|
|
|
"@types/sinonjs__fake-timers": "8.1.1",
|
2022-01-21 08:04:48 +00:00
|
|
|
"@types/speakeasy": "2.0.7",
|
2021-11-11 17:02:25 +00:00
|
|
|
"@types/throttle-debounce": "2.1.0",
|
|
|
|
"@types/tinycolor2": "1.4.3",
|
2022-01-21 08:04:48 +00:00
|
|
|
"@types/tmp": "0.2.3",
|
|
|
|
"@types/uuid": "8.3.4",
|
2021-11-11 17:02:25 +00:00
|
|
|
"@types/web-push": "3.3.2",
|
2022-02-03 12:09:15 +00:00
|
|
|
"@types/websocket": "1.0.5",
|
2022-01-21 08:04:48 +00:00
|
|
|
"@types/ws": "8.2.2",
|
2022-02-18 15:48:04 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.12.0",
|
|
|
|
"@typescript-eslint/parser": "5.12.0",
|
2021-11-11 17:02:25 +00:00
|
|
|
"abort-controller": "3.0.0",
|
2022-02-19 05:05:32 +00:00
|
|
|
"ajv": "8.10.0",
|
2021-12-10 09:24:26 +00:00
|
|
|
"archiver": "5.3.0",
|
2021-11-11 17:02:25 +00:00
|
|
|
"autobind-decorator": "2.4.0",
|
|
|
|
"autwh": "0.1.0",
|
2022-02-03 12:09:15 +00:00
|
|
|
"aws-sdk": "2.1067.0",
|
2021-11-11 17:02:25 +00:00
|
|
|
"bcryptjs": "2.4.3",
|
2022-02-18 15:48:04 +00:00
|
|
|
"blurhash": "1.1.5",
|
|
|
|
"broadcast-channel": "4.10.0",
|
|
|
|
"bull": "4.5.5",
|
2021-11-11 17:02:25 +00:00
|
|
|
"cacheable-lookup": "6.0.4",
|
|
|
|
"cafy": "15.2.1",
|
|
|
|
"cbor": "8.1.0",
|
|
|
|
"chalk": "4.1.2",
|
|
|
|
"cli-highlight": "2.1.11",
|
2022-01-21 08:04:48 +00:00
|
|
|
"content-disposition": "0.5.4",
|
2022-02-03 16:56:33 +00:00
|
|
|
"date-fns": "2.28.0",
|
2022-01-21 08:04:48 +00:00
|
|
|
"deep-email-validator": "0.1.21",
|
2021-11-11 17:02:25 +00:00
|
|
|
"escape-regexp": "0.0.1",
|
2022-02-18 15:48:04 +00:00
|
|
|
"eslint": "8.9.0",
|
2022-01-21 08:04:48 +00:00
|
|
|
"eslint-plugin-import": "2.25.4",
|
2021-11-11 17:02:25 +00:00
|
|
|
"eventemitter3": "4.0.7",
|
|
|
|
"feed": "4.2.2",
|
|
|
|
"file-type": "16.5.3",
|
|
|
|
"fluent-ffmpeg": "2.1.2",
|
|
|
|
"glob": "7.2.0",
|
2022-02-03 16:58:21 +00:00
|
|
|
"got": "11.8.2",
|
2021-11-11 17:02:25 +00:00
|
|
|
"hpagent": "0.1.2",
|
2022-01-21 08:04:48 +00:00
|
|
|
"http-signature": "1.3.6",
|
2021-11-11 17:02:25 +00:00
|
|
|
"ip-cidr": "3.0.4",
|
2022-01-21 08:04:48 +00:00
|
|
|
"is-svg": "4.3.2",
|
2021-11-11 17:02:25 +00:00
|
|
|
"js-yaml": "4.1.0",
|
2022-02-03 12:09:15 +00:00
|
|
|
"jsdom": "19.0.0",
|
2021-11-11 17:02:25 +00:00
|
|
|
"json5": "2.2.0",
|
|
|
|
"json5-loader": "4.0.1",
|
|
|
|
"jsonld": "5.2.0",
|
|
|
|
"jsrsasign": "8.0.20",
|
|
|
|
"koa": "2.13.4",
|
|
|
|
"koa-bodyparser": "4.3.0",
|
|
|
|
"koa-favicon": "2.1.0",
|
|
|
|
"koa-json-body": "5.3.0",
|
|
|
|
"koa-logger": "3.2.1",
|
|
|
|
"koa-mount": "4.0.0",
|
|
|
|
"koa-send": "5.0.1",
|
|
|
|
"koa-slow": "2.1.0",
|
|
|
|
"koa-views": "7.0.2",
|
|
|
|
"langmap": "0.0.16",
|
2022-01-21 08:04:48 +00:00
|
|
|
"mfm-js": "0.21.0",
|
2021-12-10 09:24:26 +00:00
|
|
|
"mime-types": "2.1.34",
|
2022-01-30 02:32:42 +00:00
|
|
|
"misskey-js": "0.0.14",
|
2022-02-18 15:48:04 +00:00
|
|
|
"mocha": "9.2.0",
|
2021-11-12 10:47:04 +00:00
|
|
|
"ms": "3.0.0-canary.1",
|
2022-01-21 08:04:48 +00:00
|
|
|
"multer": "1.4.4",
|
2021-11-11 17:02:25 +00:00
|
|
|
"nested-property": "4.0.0",
|
2022-02-10 12:10:50 +00:00
|
|
|
"node-fetch": "2.6.7",
|
2022-01-21 08:04:48 +00:00
|
|
|
"nodemailer": "6.7.2",
|
2021-11-11 17:02:25 +00:00
|
|
|
"os-utils": "0.0.14",
|
|
|
|
"parse5": "6.0.1",
|
2022-02-18 15:48:04 +00:00
|
|
|
"pg": "8.7.3",
|
2021-11-11 17:02:25 +00:00
|
|
|
"portscanner": "2.2.0",
|
|
|
|
"private-ip": "2.3.3",
|
2022-02-03 12:09:15 +00:00
|
|
|
"probe-image-size": "7.2.3",
|
2021-11-11 17:02:25 +00:00
|
|
|
"promise-limit": "2.7.0",
|
|
|
|
"pug": "3.0.2",
|
|
|
|
"punycode": "2.1.1",
|
2022-01-21 08:04:48 +00:00
|
|
|
"pureimage": "0.3.8",
|
|
|
|
"qrcode": "1.5.0",
|
2021-11-11 17:02:25 +00:00
|
|
|
"random-seed": "0.3.0",
|
|
|
|
"ratelimiter": "3.4.1",
|
2022-01-21 08:04:48 +00:00
|
|
|
"re2": "1.17.3",
|
2021-11-11 17:02:25 +00:00
|
|
|
"redis": "3.1.2",
|
|
|
|
"redis-lock": "0.1.4",
|
|
|
|
"reflect-metadata": "0.1.13",
|
|
|
|
"rename": "1.0.4",
|
|
|
|
"require-all": "3.0.0",
|
|
|
|
"rndstr": "1.0.0",
|
|
|
|
"s-age": "1.1.2",
|
2022-02-18 15:48:04 +00:00
|
|
|
"sanitize-html": "2.7.0",
|
2021-11-11 17:02:25 +00:00
|
|
|
"seedrandom": "3.0.5",
|
2022-02-18 15:48:04 +00:00
|
|
|
"sharp": "0.30.1",
|
2021-11-11 17:02:25 +00:00
|
|
|
"speakeasy": "2.0.0",
|
|
|
|
"strict-event-emitter-types": "2.0.0",
|
|
|
|
"stringz": "2.1.0",
|
|
|
|
"style-loader": "3.3.1",
|
2021-12-17 05:12:34 +00:00
|
|
|
"summaly": "2.5.0",
|
2021-11-11 17:02:25 +00:00
|
|
|
"syslog-pro": "1.0.0",
|
2022-02-18 15:48:04 +00:00
|
|
|
"systeminformation": "5.11.3",
|
2021-11-11 17:02:25 +00:00
|
|
|
"throttle-debounce": "3.0.1",
|
|
|
|
"tinycolor2": "1.4.2",
|
|
|
|
"tmp": "0.2.1",
|
|
|
|
"ts-loader": "9.2.6",
|
2022-02-18 15:48:04 +00:00
|
|
|
"ts-node": "10.5.0",
|
2021-11-19 05:48:59 +00:00
|
|
|
"tsc-alias": "1.4.1",
|
2022-01-21 08:04:48 +00:00
|
|
|
"tsconfig-paths": "3.12.0",
|
2021-11-11 17:02:25 +00:00
|
|
|
"twemoji-parser": "13.1.0",
|
2022-02-18 15:48:04 +00:00
|
|
|
"typeorm": "0.2.43",
|
2022-01-21 08:04:48 +00:00
|
|
|
"typescript": "4.5.5",
|
2021-11-11 17:02:25 +00:00
|
|
|
"ulid": "2.3.0",
|
2022-01-12 15:47:40 +00:00
|
|
|
"unzipper": "0.10.11",
|
2021-11-11 17:02:25 +00:00
|
|
|
"uuid": "8.3.2",
|
|
|
|
"web-push": "3.4.5",
|
|
|
|
"websocket": "1.0.34",
|
2022-02-18 15:48:04 +00:00
|
|
|
"ws": "8.5.0",
|
2021-11-11 17:02:25 +00:00
|
|
|
"xev": "2.0.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-02-18 15:48:04 +00:00
|
|
|
"@redocly/openapi-core": "1.0.0-beta.82",
|
2022-01-21 08:04:48 +00:00
|
|
|
"@types/fluent-ffmpeg": "2.1.20",
|
2021-11-19 05:48:59 +00:00
|
|
|
"cross-env": "7.0.3",
|
2022-02-18 15:48:04 +00:00
|
|
|
"execa": "6.1.0"
|
2021-11-11 17:02:25 +00:00
|
|
|
}
|
|
|
|
}
|