mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-07-17 16:47:05 +00:00
Bumps the dev-dependencies group with 2 updates in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [i18next](https://github.com/i18next/i18next). Updates `@types/node` from 26.1.0 to 26.1.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `i18next` from 26.3.4 to 26.3.5 - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next/compare/v26.3.4...v26.3.5) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 26.1.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: i18next dependency-version: 26.3.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
165 lines
5 KiB
JSON
165 lines
5 KiB
JSON
{
|
|
"name": "ep_etherpad-lite",
|
|
"description": "A free and open source realtime collaborative editor",
|
|
"homepage": "https://etherpad.org",
|
|
"keywords": [
|
|
"etherpad",
|
|
"realtime",
|
|
"collaborative",
|
|
"editor"
|
|
],
|
|
"author": "Etherpad Foundation",
|
|
"contributors": [
|
|
{
|
|
"name": "John McLear"
|
|
},
|
|
{
|
|
"name": "Antonio Muci"
|
|
},
|
|
{
|
|
"name": "Hans Pinckaers"
|
|
},
|
|
{
|
|
"name": "Robin Buse"
|
|
},
|
|
{
|
|
"name": "Marcel Klehr"
|
|
},
|
|
{
|
|
"name": "Peter Martischka"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@elastic/elasticsearch": "^9.4.2",
|
|
"async": "^3.2.6",
|
|
"cassandra-driver": "^4.8.0",
|
|
"cookie-parser": "^1.4.7",
|
|
"cross-env": "^10.1.0",
|
|
"cross-spawn": "^7.0.6",
|
|
"dirty-ts": "^1.1.8",
|
|
"ejs": "^6.0.1",
|
|
"esbuild": "^0.28.1",
|
|
"express": "^5.2.1",
|
|
"express-rate-limit": "^8.5.1",
|
|
"express-session": "^1.19.0",
|
|
"formidable": "^3.5.4",
|
|
"html-to-docx": "^1.8.0",
|
|
"htmlparser2": "^12.0.0",
|
|
"http-errors": "^2.0.1",
|
|
"jose": "^6.2.3",
|
|
"js-cookie": "^3.0.8",
|
|
"jsdom": "^29.1.1",
|
|
"jsonc-parser": "^3.3.1",
|
|
"jsonwebtoken": "^9.0.3",
|
|
"jwt-decode": "^4.0.0",
|
|
"languages4translatewiki": "0.1.3",
|
|
"live-plugin-manager": "^1.1.0",
|
|
"lodash.clonedeep": "4.5.0",
|
|
"log4js": "^6.9.1",
|
|
"lru-cache": "^11.5.1",
|
|
"mammoth": "^1.12.0",
|
|
"measured-core": "^2.0.0",
|
|
"mime-types": "^3.0.2",
|
|
"mongodb": "^7.4.0",
|
|
"mssql": "^12.6.0",
|
|
"mysql2": "^3.22.6",
|
|
"nano": "^11.0.6",
|
|
"nodemailer": "^9.0.3",
|
|
"oidc-provider": "9.9.0",
|
|
"openapi-backend": "^5.18.0",
|
|
"pdfkit": "^0.19.1",
|
|
"pg": "^8.22.0",
|
|
"prom-client": "^15.1.3",
|
|
"proxy-addr": "^2.0.7",
|
|
"rate-limiter-flexible": "^11.2.0",
|
|
"redis": "^6.1.0",
|
|
"rehype": "^13.0.2",
|
|
"rehype-minify-whitespace": "^6.0.2",
|
|
"resolve": "1.22.12",
|
|
"rethinkdb": "^2.4.2",
|
|
"rusty-store-kv": "^1.3.1",
|
|
"semver": "^7.8.5",
|
|
"socket.io": "^4.8.3",
|
|
"socket.io-client": "^4.8.3",
|
|
"superagent": "10.3.0",
|
|
"surrealdb": "^2.0.4",
|
|
"tinycon": "0.6.8",
|
|
"tsx": "4.23.0",
|
|
"ueberdb2": "6.1.15",
|
|
"underscore": "1.13.8",
|
|
"undici": "^8.7.0",
|
|
"wtfnode": "^0.10.1"
|
|
},
|
|
"bin": {
|
|
"etherpad-healthcheck": "../bin/etherpad-healthcheck",
|
|
"etherpad-lite": "node/server.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.61.1",
|
|
"@types/async": "^3.2.25",
|
|
"@types/cookie-parser": "^1.4.10",
|
|
"@types/cross-spawn": "^6.0.6",
|
|
"@types/ejs": "^3.1.5",
|
|
"@types/express": "^5.0.6",
|
|
"@types/express-session": "^1.19.0",
|
|
"@types/formidable": "^3.5.1",
|
|
"@types/http-errors": "^2.0.5",
|
|
"@types/jquery": "^4.0.1",
|
|
"@types/js-cookie": "^3.0.6",
|
|
"@types/jsdom": "^28.0.3",
|
|
"@types/jsonwebtoken": "^9.0.10",
|
|
"@types/mime-types": "^3.0.1",
|
|
"@types/mocha": "^10.0.9",
|
|
"@types/node": "^26.1.1",
|
|
"@types/nodemailer": "^8.0.1",
|
|
"@types/oidc-provider": "^9.5.0",
|
|
"@types/pdfkit": "^0.17.6",
|
|
"@types/semver": "^7.7.1",
|
|
"@types/sinon": "^22.0.0",
|
|
"@types/supertest": "^7.2.0",
|
|
"@types/underscore": "^1.13.0",
|
|
"@types/whatwg-mimetype": "^5.0.0",
|
|
"chokidar": "^5.0.0",
|
|
"eslint": "^10.6.0",
|
|
"eslint-config-etherpad": "^4.0.5",
|
|
"etherpad-cli-client": "^4.0.3",
|
|
"mocha": "^11.7.6",
|
|
"mocha-froth": "^0.2.10",
|
|
"nodeify": "^1.0.1",
|
|
"openapi-schema-validation": "^0.4.2",
|
|
"set-cookie-parser": "^3.1.1",
|
|
"sinon": "^22.0.0",
|
|
"split-grid": "^1.0.11",
|
|
"supertest": "^7.2.2",
|
|
"typescript": "^6.0.3",
|
|
"vitest": "^4.1.10"
|
|
},
|
|
"engines": {
|
|
"node": ">=24.0.0",
|
|
"npm": ">=6.14.0",
|
|
"pnpm": ">=11.1.2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ether/etherpad.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"test": "cross-env NODE_ENV=production mocha --import=tsx --timeout 120000 --extension ts --recursive tests/backend/specs ../node_modules/ep_*/static/tests/backend/specs",
|
|
"test-utils": "cross-env NODE_ENV=production mocha --import=tsx --timeout 5000 --recursive tests/backend/specs/*utils.ts",
|
|
"test-container": "mocha --import=tsx --timeout 30000 --extension ts,js tests/container/specs/api",
|
|
"dev": "cross-env NODE_ENV=development node --require tsx/cjs node/server.ts",
|
|
"prod": "cross-env NODE_ENV=production node --require tsx/cjs node/server.ts",
|
|
"vectors:gen": "node --require tsx/cjs tests/backend/specs/downstream/generate-vectors.ts",
|
|
"ts-check": "tsc --noEmit",
|
|
"ts-check:watch": "tsc --noEmit --watch",
|
|
"test-ui": "cross-env NODE_ENV=production npx playwright test",
|
|
"test-ui:ui": "cross-env NODE_ENV=production npx playwright test --ui",
|
|
"test-admin": "cross-env NODE_ENV=production npx playwright test --workers 1 --project=chromium-admin",
|
|
"test-admin:ui": "cross-env NODE_ENV=production npx playwright test --ui --workers 1 --project=chromium-admin",
|
|
"debug:socketio": "cross-env DEBUG=socket.io* node --require tsx/cjs node/server.ts",
|
|
"test:vitest": "vitest"
|
|
},
|
|
"version": "3.3.2",
|
|
"license": "Apache-2.0"
|
|
}
|