-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
37 lines (37 loc) · 901 Bytes
/
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
{
"name": "ep_set_title_on_pad",
"description": "Set the title on a pad in Etherpad, also includes real time updates to the UI",
"version": "0.6.10",
"license": "Apache-2.0",
"author": "johnyma22 (John McLear) <[email protected]>",
"keywords": [
"ep",
"etherpad",
"plugin"
],
"dependencies": {},
"engines": {
"node": ">=18.0.0"
},
"homepage": "https://github.com/ether/ep_set_title_on_pad#readme",
"repository": {
"type": "git",
"url": "https://github.com/ether/ep_set_title_on_pad.git"
},
"bugs": {
"url": "https://github.com/ether/ep_set_title_on_pad/issues"
},
"funding": {
"type": "individual",
"url": "https://etherpad.org/"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-etherpad": "^4.0.4",
"typescript": "^5.4.2"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix ."
}
}