-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 960 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
38
39
40
41
42
43
44
45
{
"name": "equella-cli",
"version": "3.0.7",
"description": "access EQUELLA functions with its REST API",
"type": "module",
"bin": {
"eq": "cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/cca/equella_cli"
},
"bugs": {
"url": "https://github.com/cca/equella_cli/issues",
"email": "[email protected]"
},
"homepage": "https://github.com/cca/equella_cli#readme",
"scripts": {
"lint": "eslint . --cache",
"test": "mocha test"
},
"author": "phette23 <[email protected]> (http://phette.net)",
"keywords": [
"equella",
"API",
"REST",
"command line"
],
"license": "ECL-2.0",
"dependencies": {
"@xmldom/xmldom": "^0.9.3",
"clipboardy": "^4.0.0",
"open": "^10.1.0",
"rc": "^1.2.8",
"xpath": "^0.0.34"
},
"devDependencies": {
"eslint": "^9.11.0",
"globals": "^15.9.0",
"mocha": "^10.7.3"
},
"engines": {
"node": ">=18"
}
}