-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 821 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 821 Bytes
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
{
"name": "ep_spellcheck",
"version": "0.0.102",
"keywords": [
"spell",
"check",
"spelling",
"spellcheck"
],
"description": "Add support to do 'Spell checking', with a toggle on/off option in Settings",
"author": {
"name": "John McLear",
"email": "john@mclear.co.uk",
"url": "http://mclear.co.uk"
},
"repository": {
"type": "git",
"url": "https://github.com/ether/ep_spellcheck.git"
},
"funding": {
"type": "individual",
"url": "https://etherpad.org/"
},
"dependencies": {
"ep_plugin_helpers": "^0.6.2"
},
"devDependencies": {
"eslint": "^8.57.1",
"eslint-config-etherpad": "^4.0.5",
"typescript": "^6.0.3"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"engines": {
"node": ">=18.0.0"
}
}