2011-05-08 19:10:42 +01:00
|
|
|
{
|
2018-07-14 14:44:48 +02:00
|
|
|
"name": "ep_etherpad-lite",
|
2020-06-07 16:53:49 +00:00
|
|
|
"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"
|
2020-06-07 16:38:50 +00:00
|
|
|
}
|
2020-06-07 16:53:49 +00:00
|
|
|
],
|
|
|
|
"dependencies": {
|
2024-08-21 18:38:22 +02:00
|
|
|
"@etherpad/express-session": "^1.18.4",
|
2024-08-20 19:36:06 +02:00
|
|
|
"async": "^3.2.6",
|
2024-09-02 18:59:27 +02:00
|
|
|
"axios": "^1.7.7",
|
2024-10-10 22:26:10 +02:00
|
|
|
"cookie-parser": "^1.4.7",
|
2024-07-18 08:51:30 +02:00
|
|
|
"cross-env": "^7.0.3",
|
2021-02-16 16:48:50 -05:00
|
|
|
"cross-spawn": "^7.0.3",
|
2024-04-13 10:32:51 +02:00
|
|
|
"ejs": "^3.1.10",
|
2024-09-23 18:54:24 +02:00
|
|
|
"esbuild": "^0.24.0",
|
2024-10-09 18:13:24 +02:00
|
|
|
"express": "4.21.1",
|
2024-10-04 18:46:11 +02:00
|
|
|
"express-rate-limit": "^7.4.1",
|
2021-09-16 00:24:40 -04:00
|
|
|
"fast-deep-equal": "^3.1.3",
|
2020-06-07 16:53:49 +00:00
|
|
|
"find-root": "1.1.0",
|
2024-10-23 21:08:13 +02:00
|
|
|
"formidable": "^3.5.2",
|
2022-01-27 00:47:05 +00:00
|
|
|
"http-errors": "^2.0.0",
|
2024-10-23 21:07:29 +02:00
|
|
|
"jose": "^5.9.6",
|
2023-06-20 16:01:45 +00:00
|
|
|
"js-cookie": "^3.0.5",
|
2024-09-23 18:53:25 +02:00
|
|
|
"jsdom": "^25.0.1",
|
2022-02-25 01:51:26 +00:00
|
|
|
"jsonminify": "0.4.2",
|
2024-03-26 17:11:24 +01:00
|
|
|
"jsonwebtoken": "^9.0.2",
|
2020-06-07 16:53:49 +00:00
|
|
|
"languages4translatewiki": "0.1.3",
|
2024-06-01 21:05:53 +09:00
|
|
|
"live-plugin-manager": "^1.0.0",
|
2020-06-07 16:53:49 +00:00
|
|
|
"lodash.clonedeep": "4.5.0",
|
2023-10-22 18:26:58 +02:00
|
|
|
"log4js": "^6.9.1",
|
2024-11-03 11:41:01 +01:00
|
|
|
"lru-cache": "^11.0.2",
|
2021-08-29 20:39:13 -04:00
|
|
|
"measured-core": "^2.0.0",
|
2022-03-21 19:37:28 +00:00
|
|
|
"mime-types": "^2.1.35",
|
2024-11-05 20:14:32 +01:00
|
|
|
"oidc-provider": "^8.5.3",
|
2024-09-10 22:54:43 +02:00
|
|
|
"openapi-backend": "^5.11.0",
|
2021-08-30 03:20:51 -04:00
|
|
|
"proxy-addr": "^2.0.7",
|
2024-10-23 21:08:01 +02:00
|
|
|
"rate-limiter-flexible": "^5.0.4",
|
2024-09-27 21:06:22 +02:00
|
|
|
"rehype": "^13.0.2",
|
2024-09-30 08:09:29 +02:00
|
|
|
"rehype-minify-whitespace": "^6.0.2",
|
2023-10-13 22:49:28 +02:00
|
|
|
"resolve": "1.22.8",
|
2024-09-13 08:36:57 +02:00
|
|
|
"rusty-store-kv": "^1.3.1",
|
2020-06-07 16:53:49 +00:00
|
|
|
"security": "1.0.0",
|
2024-07-17 20:28:26 +02:00
|
|
|
"semver": "^7.6.3",
|
2024-10-31 11:38:28 +01:00
|
|
|
"socket.io": "^4.8.1",
|
2024-11-03 11:40:54 +01:00
|
|
|
"socket.io-client": "^4.8.1",
|
2024-10-23 21:07:56 +02:00
|
|
|
"superagent": "10.1.1",
|
2024-09-21 13:00:39 +02:00
|
|
|
"swagger-ui-express": "^5.0.1",
|
2021-02-17 21:54:23 +00:00
|
|
|
"tinycon": "0.6.8",
|
2024-10-31 11:38:55 +01:00
|
|
|
"tsx": "4.19.2",
|
2024-10-09 11:48:18 +02:00
|
|
|
"ueberdb2": "^5.0.6",
|
2024-07-25 18:37:49 +02:00
|
|
|
"underscore": "1.13.7",
|
2021-02-17 21:54:13 +00:00
|
|
|
"unorm": "1.6.0",
|
2024-09-13 08:36:57 +02:00
|
|
|
"wtfnode": "^0.9.3"
|
2020-06-07 16:53:49 +00:00
|
|
|
},
|
|
|
|
"bin": {
|
2024-02-21 21:50:11 +01:00
|
|
|
"etherpad-healthcheck": "../bin/etherpad-healthcheck",
|
2024-02-05 21:13:02 +01:00
|
|
|
"etherpad-lite": "node/server.ts"
|
2020-06-07 16:53:49 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-10-23 21:11:09 +02:00
|
|
|
"@playwright/test": "^1.48.1",
|
2024-02-05 21:13:02 +01:00
|
|
|
"@types/async": "^3.2.24",
|
2024-10-23 21:11:09 +02:00
|
|
|
"@types/express": "4.17.21",
|
2024-03-26 17:11:24 +01:00
|
|
|
"@types/formidable": "^3.4.5",
|
2024-02-23 19:48:55 +01:00
|
|
|
"@types/http-errors": "^2.0.4",
|
2024-10-23 21:11:09 +02:00
|
|
|
"@types/jquery": "^3.5.32",
|
2024-08-17 20:14:36 +02:00
|
|
|
"@types/js-cookie": "^3.0.6",
|
2024-06-01 10:53:11 +02:00
|
|
|
"@types/jsdom": "^21.1.7",
|
2024-09-21 12:59:48 +02:00
|
|
|
"@types/jsonwebtoken": "^9.0.7",
|
2024-08-16 22:55:42 +02:00
|
|
|
"@types/mime-types": "^2.1.4",
|
2024-10-09 18:15:12 +02:00
|
|
|
"@types/mocha": "^10.0.9",
|
2024-10-23 21:11:09 +02:00
|
|
|
"@types/node": "^22.7.9",
|
2024-08-16 21:31:20 +02:00
|
|
|
"@types/oidc-provider": "^8.5.2",
|
2024-03-26 17:11:24 +01:00
|
|
|
"@types/semver": "^7.5.8",
|
2024-02-22 18:31:17 +01:00
|
|
|
"@types/sinon": "^17.0.3",
|
|
|
|
"@types/supertest": "^6.0.2",
|
2024-09-21 13:00:39 +02:00
|
|
|
"@types/swagger-ui-express": "^4.1.6",
|
2024-10-23 21:11:09 +02:00
|
|
|
"@types/underscore": "^1.13.0",
|
2024-09-13 08:36:57 +02:00
|
|
|
"@types/whatwg-mimetype": "^3.0.2",
|
2024-09-24 17:49:47 +02:00
|
|
|
"chokidar": "^4.0.1",
|
2024-10-23 21:11:09 +02:00
|
|
|
"eslint": "^9.13.0",
|
2024-03-18 19:11:31 +01:00
|
|
|
"eslint-config-etherpad": "^4.0.4",
|
2024-03-15 23:05:25 +01:00
|
|
|
"etherpad-cli-client": "^3.0.2",
|
2024-08-09 20:40:37 +02:00
|
|
|
"mocha": "^10.7.3",
|
2020-06-07 16:53:49 +00:00
|
|
|
"mocha-froth": "^0.2.10",
|
2021-11-16 02:12:54 -05:00
|
|
|
"nodeify": "^1.0.1",
|
2021-02-13 00:42:20 -05:00
|
|
|
"openapi-schema-validation": "^0.4.2",
|
2024-10-23 21:11:09 +02:00
|
|
|
"set-cookie-parser": "^2.7.1",
|
2024-09-15 11:06:25 +02:00
|
|
|
"sinon": "^19.0.2",
|
2021-06-06 06:42:29 -04:00
|
|
|
"split-grid": "^1.0.11",
|
2024-05-03 20:06:16 +02:00
|
|
|
"supertest": "^7.0.0",
|
2024-10-09 18:15:12 +02:00
|
|
|
"typescript": "^5.6.3",
|
2024-10-23 21:11:09 +02:00
|
|
|
"vitest": "^2.1.3"
|
2020-06-07 16:53:49 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
2023-11-29 14:23:14 +01:00
|
|
|
"node": ">=18.18.2",
|
2024-02-11 09:51:42 +01:00
|
|
|
"npm": ">=6.14.0",
|
|
|
|
"pnpm": ">=8.3.0"
|
2020-06-07 16:53:49 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/ether/etherpad-lite.git"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2020-11-17 17:29:56 -05:00
|
|
|
"lint": "eslint .",
|
2024-07-18 08:51:30 +02:00
|
|
|
"test": "cross-env NODE_ENV=production mocha --import=tsx --timeout 120000 --recursive tests/backend/specs/**.ts ../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",
|
2024-02-05 21:13:02 +01:00
|
|
|
"test-container": "mocha --import=tsx --timeout 5000 tests/container/specs/api",
|
2024-07-18 08:51:30 +02:00
|
|
|
"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",
|
2024-02-05 21:13:02 +01:00
|
|
|
"ts-check": "tsc --noEmit",
|
2024-03-10 23:18:50 +01:00
|
|
|
"ts-check:watch": "tsc --noEmit --watch",
|
2024-07-18 08:51:30 +02:00
|
|
|
"test-ui": "cross-env NODE_ENV=production npx playwright test tests/frontend-new/specs",
|
|
|
|
"test-ui:ui": "cross-env NODE_ENV=production npx playwright test tests/frontend-new/specs --ui",
|
|
|
|
"test-admin": "cross-env NODE_ENV=production npx playwright test tests/frontend-new/admin-spec --workers 1",
|
|
|
|
"test-admin:ui": "cross-env NODE_ENV=production npx playwright test tests/frontend-new/admin-spec --ui --workers 1",
|
2024-08-16 22:55:42 +02:00
|
|
|
"debug:socketio": "cross-env DEBUG=socket.io* node --require tsx/cjs node/server.ts",
|
|
|
|
"test:vitest": "vitest"
|
2020-06-07 16:53:49 +00:00
|
|
|
},
|
2024-10-28 22:05:58 +01:00
|
|
|
"version": "2.2.6",
|
2020-06-07 16:53:49 +00:00
|
|
|
"license": "Apache-2.0"
|
2011-05-08 19:10:42 +01:00
|
|
|
}
|