-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
58 lines (58 loc) · 1.41 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "etherpad-proxy",
"version": "0.0.13",
"description": "Etherpad Reverse Proxy",
"main": "app.js",
"dependencies": {
"@types/superagent": "^8.1.9",
"http-proxy": "^1.18.1",
"superagent": "^10.1.1",
"ueberdb2": "^5.0.6",
"rusty-store-kv": "^1.3.1",
"tsx": "^4.19.2"
},
"devDependencies": {
"@types/bun": "^1.1.14",
"@types/http-proxy": "^1.17.15",
"eslint-config-etherpad": "^1.0.25",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-mocha": "^8.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-you-dont-need-lodash-underscore": "^6.11.0",
"typescript": "^5.7.2",
"vitest": "^2.1.6",
"testcontainers": "^10.15.0",
"etherpad-load-test": "^1.0.10"
},
"scripts": {
"start": "node --require tsx/cjs app.ts",
"test": "vitest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ether/etherpad-proxy.git"
},
"engines": {
"node": ">=10.17.0"
},
"keywords": [
"reverse",
"proxy",
"etherpad",
"http",
"scale",
"shard"
],
"author": "John McLear",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ether/etherpad-proxy/issues"
},
"homepage": "https://github.com/ether/etherpad-proxy#readme",
"eslintConfig": {
"root": true,
"extends": "etherpad/plugin"
}
}