2021-11-11 18:02:25 +01:00
|
|
|
{
|
2022-06-01 04:41:15 +02:00
|
|
|
"name": "backend",
|
2021-11-11 18:02:25 +01:00
|
|
|
"main": "./index.js",
|
|
|
|
"private": true,
|
2022-02-27 03:07:39 +01:00
|
|
|
"type": "module",
|
2024-07-09 11:25:32 +02:00
|
|
|
"license": "AGPL-3.0-only",
|
2021-11-11 18:02:25 +01:00
|
|
|
"scripts": {
|
2023-01-13 05:18:16 +01:00
|
|
|
"start": "pnpm node ./built/index.js",
|
|
|
|
"start:test": "NODE_ENV=test pnpm node ./built/index.js",
|
2024-03-03 05:38:47 +01:00
|
|
|
"migration:run": "typeorm migration:run --dataSource ./built/ormconfig.js",
|
|
|
|
"migration:revert": "typeorm migration:revert --dataSource ./built/ormconfig.js",
|
|
|
|
"migration:new": "pnpm node ./scripts/create-migration.mjs",
|
2024-06-27 23:23:22 +02:00
|
|
|
"build": "pnpm tsc --project tsconfig.json ; pnpm tsc-alias --project tsconfig.json",
|
|
|
|
"build:debug": "pnpm tsc --sourceMap --project tsconfig.json ; pnpm tsc-alias --project tsconfig.json",
|
|
|
|
"watch": "pnpm tsc --project tsconfig.json --watch ; pnpm tsc-alias --project tsconfig.json --watch",
|
2024-06-28 23:59:07 +02:00
|
|
|
"lint": "pnpm biome check --write **/*.ts",
|
2023-09-02 06:15:32 +02:00
|
|
|
"format": "pnpm biome format * --write"
|
2021-11-11 18:02:25 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-07-18 14:07:02 +02:00
|
|
|
"@bull-board/api": "5.21.1",
|
|
|
|
"@bull-board/koa": "5.21.1",
|
|
|
|
"@bull-board/ui": "5.21.1",
|
2024-05-11 18:29:19 +02:00
|
|
|
"@discordapp/twemoji": "15.0.3",
|
2024-02-10 18:43:22 +01:00
|
|
|
"@koa/cors": "5.0.0",
|
2023-06-05 23:54:43 +02:00
|
|
|
"@koa/multer": "3.0.2",
|
2023-11-16 21:15:02 +01:00
|
|
|
"@koa/router": "12.0.1",
|
|
|
|
"@ladjs/koa-views": "9.0.0",
|
2022-08-13 11:45:29 +02:00
|
|
|
"@peertube/http-signature": "1.7.0",
|
2024-07-22 22:05:15 +02:00
|
|
|
"@redocly/openapi-core": "1.18.1",
|
2023-11-16 21:15:02 +01:00
|
|
|
"@sinonjs/fake-timers": "11.2.2",
|
2024-06-04 14:05:18 +02:00
|
|
|
"adm-zip": "0.5.14",
|
2024-07-13 06:10:03 +02:00
|
|
|
"ajv": "8.17.1",
|
2024-03-15 17:18:16 +01:00
|
|
|
"archiver": "7.0.1",
|
2024-07-10 03:08:26 +02:00
|
|
|
"async-lock": "1.4.1",
|
2024-05-30 00:11:44 +02:00
|
|
|
"async-mutex": "0.5.0",
|
2024-07-25 22:05:56 +02:00
|
|
|
"aws-sdk": "2.1664.0",
|
2024-05-21 22:05:09 +02:00
|
|
|
"axios": "1.7.2",
|
2024-02-12 15:14:23 +01:00
|
|
|
"backend-rs": "workspace:*",
|
2023-07-14 04:06:57 +02:00
|
|
|
"blurhash": "2.0.5",
|
2024-07-04 14:05:34 +02:00
|
|
|
"bull": "4.15.1",
|
2024-06-01 20:42:43 +02:00
|
|
|
"cacheable-lookup": "git+https://github.com/TheEssem/cacheable-lookup.git#dd2fb616366a3c68dcf321a57a67295967b204bf",
|
2024-05-11 18:29:19 +02:00
|
|
|
"cbor-x": "1.5.9",
|
2023-07-11 06:29:01 +02:00
|
|
|
"chalk": "5.3.0",
|
2021-11-11 18:02:25 +01:00
|
|
|
"cli-highlight": "2.1.11",
|
2022-02-27 03:07:39 +01:00
|
|
|
"color-convert": "2.0.1",
|
2022-01-21 09:04:48 +01:00
|
|
|
"content-disposition": "0.5.4",
|
2024-03-23 13:39:11 +01:00
|
|
|
"date-fns": "3.6.0",
|
2024-05-11 18:29:19 +02:00
|
|
|
"decompress": "4.2.1",
|
2022-01-21 09:04:48 +01:00
|
|
|
"deep-email-validator": "0.1.21",
|
2021-11-11 18:02:25 +01:00
|
|
|
"escape-regexp": "0.0.1",
|
|
|
|
"feed": "4.2.2",
|
2024-07-22 14:06:00 +02:00
|
|
|
"file-type": "19.3.0",
|
2024-05-16 10:00:33 +02:00
|
|
|
"firefish-js": "workspace:*",
|
2024-05-19 14:05:27 +02:00
|
|
|
"fluent-ffmpeg": "2.1.3",
|
2024-05-11 18:29:19 +02:00
|
|
|
"form-data": "4.0.0",
|
2024-07-24 14:06:33 +02:00
|
|
|
"got": "14.4.2",
|
2024-05-11 18:29:19 +02:00
|
|
|
"gunzip-maybe": "1.4.2",
|
2023-09-02 03:44:05 +02:00
|
|
|
"hpagent": "1.2.0",
|
2024-04-26 22:42:37 +02:00
|
|
|
"ioredis": "5.4.1",
|
2024-06-28 14:05:08 +02:00
|
|
|
"ip-cidr": "4.0.1",
|
2024-05-15 19:28:54 +02:00
|
|
|
"is-svg": "5.0.1",
|
2024-07-21 14:06:01 +02:00
|
|
|
"jsdom": "24.1.1",
|
2023-07-16 11:57:38 +02:00
|
|
|
"json5": "2.2.3",
|
2024-02-10 18:43:22 +01:00
|
|
|
"jsonld": "8.3.2",
|
|
|
|
"jsrsasign": "11.1.0",
|
2024-07-02 22:05:10 +02:00
|
|
|
"katex": "0.16.11",
|
2024-04-11 19:55:27 +02:00
|
|
|
"koa": "2.15.3",
|
2024-05-11 18:29:19 +02:00
|
|
|
"koa-body": "6.0.1",
|
2023-07-11 06:29:01 +02:00
|
|
|
"koa-bodyparser": "4.4.1",
|
2023-04-28 01:25:13 +02:00
|
|
|
"koa-favicon": "2.1.0",
|
2021-11-11 18:02:25 +01:00
|
|
|
"koa-json-body": "5.3.0",
|
|
|
|
"koa-logger": "3.2.1",
|
|
|
|
"koa-mount": "4.0.0",
|
2023-04-28 01:32:37 +02:00
|
|
|
"koa-remove-trailing-slashes": "2.0.3",
|
2021-11-11 18:02:25 +01:00
|
|
|
"koa-send": "5.0.1",
|
2024-02-10 18:43:22 +01:00
|
|
|
"mfm-js": "0.24.0",
|
2022-03-19 11:22:58 +01:00
|
|
|
"mime-types": "2.1.35",
|
2024-07-15 06:07:03 +02:00
|
|
|
"msgpackr": "1.11.0",
|
2023-11-16 21:15:02 +01:00
|
|
|
"multer": "1.4.5-lts.1",
|
2021-11-11 18:02:25 +01:00
|
|
|
"nested-property": "4.0.0",
|
2023-08-09 02:38:03 +02:00
|
|
|
"node-fetch": "3.3.2",
|
2024-06-19 22:06:17 +02:00
|
|
|
"nodemailer": "6.9.14",
|
2024-06-04 06:06:41 +02:00
|
|
|
"otpauth": "9.3.1",
|
2022-12-18 20:03:08 +01:00
|
|
|
"parse5": "7.1.2",
|
2024-06-04 19:06:54 +02:00
|
|
|
"pg": "8.12.0",
|
2024-02-10 18:43:22 +01:00
|
|
|
"private-ip": "3.0.2",
|
2022-02-03 13:09:15 +01:00
|
|
|
"probe-image-size": "7.2.3",
|
2021-11-11 18:02:25 +01:00
|
|
|
"promise-limit": "2.7.0",
|
2023-11-16 21:15:02 +01:00
|
|
|
"punycode": "2.3.1",
|
|
|
|
"pureimage": "0.4.13",
|
2023-06-05 23:54:43 +02:00
|
|
|
"qrcode": "1.5.3",
|
2024-07-10 03:08:59 +02:00
|
|
|
"qs": "6.12.3",
|
2021-11-11 18:02:25 +01:00
|
|
|
"random-seed": "0.3.0",
|
|
|
|
"ratelimiter": "3.4.1",
|
2024-05-26 22:05:42 +02:00
|
|
|
"redis-semaphore": "5.6.0",
|
2024-04-07 09:42:25 +02:00
|
|
|
"reflect-metadata": "0.2.2",
|
2021-11-11 18:02:25 +01:00
|
|
|
"rename": "1.0.4",
|
|
|
|
"rndstr": "1.0.0",
|
2023-06-05 23:54:43 +02:00
|
|
|
"rss-parser": "3.13.0",
|
2024-03-23 13:39:11 +01:00
|
|
|
"sanitize-html": "2.13.0",
|
2024-07-17 06:07:46 +02:00
|
|
|
"semver": "7.6.3",
|
2024-05-16 22:05:36 +02:00
|
|
|
"sharp": "0.33.4",
|
2021-11-11 18:02:25 +01:00
|
|
|
"stringz": "2.1.0",
|
2023-04-26 23:19:55 +02:00
|
|
|
"summaly": "2.7.0",
|
2021-11-11 18:02:25 +01:00
|
|
|
"syslog-pro": "1.0.0",
|
2024-05-11 18:29:19 +02:00
|
|
|
"tar-stream": "3.1.7",
|
|
|
|
"tesseract.js": "5.1.0",
|
2023-08-09 02:38:03 +02:00
|
|
|
"tinycolor2": "1.6.0",
|
2024-03-02 05:18:17 +01:00
|
|
|
"tmp": "0.2.3",
|
2024-02-10 18:43:22 +01:00
|
|
|
"typeorm": "0.3.20",
|
2021-11-11 18:02:25 +01:00
|
|
|
"ulid": "2.3.0",
|
2024-06-10 14:51:34 +02:00
|
|
|
"unfurl.js": "6.4.0",
|
2024-06-09 22:05:08 +02:00
|
|
|
"uuid": "10.0.0",
|
2024-05-15 19:29:14 +02:00
|
|
|
"websocket": "1.0.35",
|
2023-06-16 23:09:42 +02:00
|
|
|
"xev": "3.0.2"
|
2021-11-11 18:02:25 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-05-11 18:29:19 +02:00
|
|
|
"@types/adm-zip": "0.5.5",
|
2024-07-10 03:04:27 +02:00
|
|
|
"@types/async-lock": "1.4.2",
|
2024-05-11 18:29:19 +02:00
|
|
|
"@types/color-convert": "2.0.3",
|
|
|
|
"@types/content-disposition": "0.5.8",
|
2023-11-16 21:15:02 +01:00
|
|
|
"@types/escape-regexp": "0.0.3",
|
|
|
|
"@types/fluent-ffmpeg": "2.1.24",
|
2024-05-30 22:05:46 +02:00
|
|
|
"@types/jsdom": "21.1.7",
|
2024-07-10 03:04:27 +02:00
|
|
|
"@types/jsonld": "1.5.15",
|
2024-05-11 02:05:58 +02:00
|
|
|
"@types/jsrsasign": "10.5.14",
|
2024-04-08 05:14:31 +02:00
|
|
|
"@types/katex": "0.16.7",
|
2024-02-28 15:40:40 +01:00
|
|
|
"@types/koa": "2.15.0",
|
2023-11-16 21:15:02 +01:00
|
|
|
"@types/koa-bodyparser": "4.3.12",
|
2024-02-10 18:43:22 +01:00
|
|
|
"@types/koa-cors": "0.0.6",
|
2023-11-16 21:15:02 +01:00
|
|
|
"@types/koa-favicon": "2.1.3",
|
|
|
|
"@types/koa-logger": "3.1.5",
|
|
|
|
"@types/koa-mount": "4.0.5",
|
|
|
|
"@types/koa-send": "4.1.6",
|
2024-02-10 18:43:22 +01:00
|
|
|
"@types/koa__cors": "5.0.0",
|
2023-11-16 21:15:02 +01:00
|
|
|
"@types/koa__multer": "2.0.7",
|
|
|
|
"@types/koa__router": "12.0.4",
|
2024-07-23 22:05:42 +02:00
|
|
|
"@types/node": "20.14.12",
|
2024-02-10 18:43:22 +01:00
|
|
|
"@types/node-fetch": "2.6.11",
|
2024-05-11 02:06:17 +02:00
|
|
|
"@types/nodemailer": "6.4.15",
|
2024-05-29 22:05:18 +02:00
|
|
|
"@types/oauth": "0.9.5",
|
2024-05-11 18:29:19 +02:00
|
|
|
"@types/opencc-js": "1.0.3",
|
|
|
|
"@types/pg": "8.11.6",
|
2024-07-24 06:07:33 +02:00
|
|
|
"@types/probe-image-size": "7.2.5",
|
2024-02-10 18:43:22 +01:00
|
|
|
"@types/pug": "2.0.10",
|
2024-02-15 15:37:49 +01:00
|
|
|
"@types/punycode": "2.1.4",
|
2023-11-16 21:15:02 +01:00
|
|
|
"@types/qrcode": "1.5.5",
|
2024-04-26 22:42:37 +02:00
|
|
|
"@types/qs": "6.9.15",
|
2023-11-16 21:15:02 +01:00
|
|
|
"@types/random-seed": "0.3.5",
|
|
|
|
"@types/ratelimiter": "3.4.6",
|
|
|
|
"@types/rename": "1.0.7",
|
2024-02-10 18:43:22 +01:00
|
|
|
"@types/sanitize-html": "2.11.0",
|
2024-02-28 15:40:40 +01:00
|
|
|
"@types/semver": "7.5.8",
|
2023-11-16 21:15:02 +01:00
|
|
|
"@types/sinonjs__fake-timers": "8.1.5",
|
2024-05-11 18:29:19 +02:00
|
|
|
"@types/syslog-pro": "1.0.3",
|
2023-11-16 21:15:02 +01:00
|
|
|
"@types/tinycolor2": "1.4.6",
|
|
|
|
"@types/tmp": "0.2.6",
|
2024-06-21 06:08:42 +02:00
|
|
|
"@types/uuid": "10.0.0",
|
2024-02-10 18:43:22 +01:00
|
|
|
"@types/websocket": "1.0.10",
|
2024-07-13 06:08:05 +02:00
|
|
|
"@types/ws": "8.5.11",
|
2021-11-19 06:48:59 +01:00
|
|
|
"cross-env": "7.0.3",
|
2024-05-24 22:05:21 +02:00
|
|
|
"pug": "3.0.3",
|
2023-02-04 06:38:40 +01:00
|
|
|
"strict-event-emitter-types": "2.0.0",
|
2023-11-16 21:15:02 +01:00
|
|
|
"ts-loader": "9.5.1",
|
2024-02-10 18:43:22 +01:00
|
|
|
"ts-node": "10.9.2",
|
2024-06-27 23:23:22 +02:00
|
|
|
"tsc-alias": "1.8.10",
|
2023-06-05 23:54:43 +02:00
|
|
|
"tsconfig-paths": "4.2.0",
|
2024-07-22 22:05:45 +02:00
|
|
|
"type-fest": "4.23.0",
|
2024-07-23 06:07:28 +02:00
|
|
|
"typescript": "5.5.4",
|
2024-07-11 22:06:20 +02:00
|
|
|
"webpack": "5.93.0",
|
2024-07-03 22:05:19 +02:00
|
|
|
"ws": "8.18.0"
|
2021-11-11 18:02:25 +01:00
|
|
|
}
|
|
|
|
}
|