mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-03-01 12:44:37 +00:00
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
135 lines
4.8 KiB
JSON
135 lines
4.8 KiB
JSON
{
|
|
"name": "ocelot-social-backend",
|
|
"version": "3.14.1",
|
|
"description": "GraphQL Backend for ocelot.social",
|
|
"repository": "https://github.com/Ocelot-Social-Community/Ocelot-Social",
|
|
"author": "ocelot.social Community",
|
|
"license": "MIT",
|
|
"private": false,
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"start": "node build/src/",
|
|
"build": "tsc && tsc-alias && ./scripts/build.copy.files.sh",
|
|
"dev": "nodemon --exec tsx src/index.ts -e js,ts,gql",
|
|
"dev:debug": "nodemon --exec node --inspect=0.0.0.0:9229 build/src/index.js -e js,ts,gql",
|
|
"lint": "eslint --max-warnings 0 .",
|
|
"test": "cross-env NODE_ENV=test NODE_OPTIONS=--max-old-space-size=8192 jest --runInBand --coverage --forceExit --detectOpenHandles",
|
|
"db:reset": "tsx src/db/reset.ts",
|
|
"db:reset:withmigrations": "tsx src/db/reset-with-migrations.ts",
|
|
"db:seed": "tsx --require ./src/graphql/gql-register.ts src/db/seed.ts",
|
|
"db:data:admin": "tsx src/db/admin.ts",
|
|
"db:data:badges": "tsx src/db/badges.ts",
|
|
"db:data:branding": "tsx src/db/data-branding.ts",
|
|
"db:data:categories": "tsx src/db/categories.ts",
|
|
"db:migrate": "migrate --compiler 'ts:./src/db/compiler.ts' --migrations-dir ./src/db/migrations --store ./src/db/migrate/store.ts",
|
|
"db:migrate:create": "migrate --compiler 'ts:./src/db/compiler.ts' --migrations-dir ./src/db/migrations --template-file ./src/db/migrate/template.ts --date-format 'yyyymmddHHmmss' create",
|
|
"db:func:disable:notifications": "tsx src/db/disable-notifications.ts",
|
|
"prod:migrate": "migrate --migrations-dir ./build/src/db/migrations --store ./build/src/db/migrate/store.js",
|
|
"prod:db:data:branding": "node build/src/db/data-branding.js",
|
|
"prod:db:data:categories": "node build/src/db/categories.js",
|
|
"prod:db:data:admin": "node build/src/db/admin.js",
|
|
"prod:db:func:disable:notifications": "node build/src/db/disable-notifications.js"
|
|
},
|
|
"dependencies": {
|
|
"@apollo/server": "^4.11.3",
|
|
"@aws-sdk/client-s3": "^3.1000.0",
|
|
"@aws-sdk/lib-storage": "^3.990.0",
|
|
"@graphql-tools/load-files": "^7.0.0",
|
|
"@graphql-tools/merge": "^9.0.0",
|
|
"@sentry/node": "^5.30.0",
|
|
"@types/mime-types": "^3.0.1",
|
|
"bcryptjs": "~3.0.3",
|
|
"body-parser": "^2.2.2",
|
|
"cheerio": "~1.2.0",
|
|
"cross-env": "~10.1.0",
|
|
"dotenv": "~17.0.1",
|
|
"email-templates": "^13.0.1",
|
|
"express": "^4.22.1",
|
|
"graphql": "^16.13.0",
|
|
"graphql-middleware": "~6.1.35",
|
|
"graphql-redis-subscriptions": "^2.7.0",
|
|
"graphql-shield": "^7.6.5",
|
|
"graphql-subscriptions": "^2.0.0",
|
|
"graphql-upload": "^13.0.0",
|
|
"graphql-ws": "^5.16.2",
|
|
"helmet": "~8.1.0",
|
|
"ioredis": "^5.9.3",
|
|
"jsonwebtoken": "~8.5.1",
|
|
"languagedetect": "^2.0.0",
|
|
"linkify-html": "^4.3.2",
|
|
"linkifyjs": "^4.3.2",
|
|
"lodash": "~4.17.23",
|
|
"metascraper": "^5.49.24",
|
|
"metascraper-author": "^5.49.24",
|
|
"metascraper-date": "^5.49.24",
|
|
"metascraper-description": "^5.49.24",
|
|
"metascraper-image": "^5.49.24",
|
|
"metascraper-lang": "^5.49.24",
|
|
"metascraper-lang-detector": "^4.10.2",
|
|
"metascraper-logo": "^5.49.24",
|
|
"metascraper-publisher": "^5.49.24",
|
|
"metascraper-soundcloud": "^5.34.4",
|
|
"metascraper-title": "^5.49.24",
|
|
"metascraper-url": "^5.49.24",
|
|
"metascraper-video": "^5.49.24",
|
|
"metascraper-youtube": "^5.49.24",
|
|
"migrate": "^2.1.0",
|
|
"mime-types": "^3.0.2",
|
|
"minimatch": "^10.2.2",
|
|
"mustache": "^4.2.0",
|
|
"neo4j-driver": "^4.4.11",
|
|
"neo4j-graphql-js": "2.11.5",
|
|
"neode": "^0.4.9",
|
|
"node-fetch": "^2.7.0",
|
|
"nodemailer": "^8.0.1",
|
|
"nodemailer-html-to-text": "^3.2.0",
|
|
"preview-email": "^3.1.1",
|
|
"pug": "^3.0.3",
|
|
"sanitize-html": "~2.17.1",
|
|
"slugify": "^1.6.6",
|
|
"subscriptions-transport-ws": "^0.11.0",
|
|
"trunc-html": "~1.1.2",
|
|
"tslog": "^4.10.2",
|
|
"uuid": "~9.0.1",
|
|
"validator": "^13.15.26",
|
|
"ws": "^8.18.2",
|
|
"xregexp": "^5.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@faker-js/faker": "9.9.0",
|
|
"@types/email-templates": "^10.0.4",
|
|
"@types/jest": "^30.0.0",
|
|
"@types/jsonwebtoken": "~8.5.1",
|
|
"@types/lodash": "^4.17.23",
|
|
"@types/node": "^25.3.2",
|
|
"@types/request": "^2.48.13",
|
|
"@types/slug": "^5.0.9",
|
|
"@types/uuid": "~9.0.1",
|
|
"@types/ws": "^8.18.1",
|
|
"eslint": "^9.27.0",
|
|
"eslint-config-it4c": "^0.12.0",
|
|
"jest": "^30.2.0",
|
|
"nodemon": "~3.1.14",
|
|
"prettier": "^3.8.1",
|
|
"rosie": "^2.1.1",
|
|
"ts-jest": "^29.4.6",
|
|
"tsc-alias": "^1.8.16",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"resolutions": {
|
|
"**/**/fs-capacitor": "^6.2.0",
|
|
"**/graphql-upload": "^11.0.0",
|
|
"**/strip-ansi": "6.0.1",
|
|
"**/string-width": "4.2.0",
|
|
"**/wrap-ansi": "7.0.0",
|
|
"**/jwa": "^2.0.1",
|
|
"**/@types/express": "4.17.25",
|
|
"neo4j-graphql-js/graphql": "^16.11.0",
|
|
"graphql-upload/graphql": "^16.11.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.12.1"
|
|
}
|
|
}
|