-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.58 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
{
"name": "equella_scripts",
"version": "1.0.0",
"description": "scripts for working with EQUELLA",
"type": "module",
"scripts": {
"contrib-wiz": "uglifyjs bookmarklets/link-to-contrib-wizard.js -c -m -o cw.min.js; node -e 'console.log(encodeURIComponent(process.argv[1]))' \"$(cat cw.min.js)\" | sed -e 's/^/javascript:/' | pbcopy",
"login-link": "uglifyjs bookmarklets/login-linkify.js -c -m -o ll.min.js; node -e 'console.log(encodeURIComponent(process.argv[1]))' \"$(cat ll.min.js)\" | sed -e 's/^/javascript:/' | pbcopy",
"test": "mocha retention/test --config retention/test/.testretentionrc",
"csvtest": "mocha utilities/metadata-csv/tests",
"grouptest": "mocha utilities/test/group --config utilities/test/.grouprc",
"lint": "eslint . --cache"
},
"repository": {
"type": "git",
"url": "https://github.com/cca/equella_scripts"
},
"keywords": [
"equella"
],
"engines": {
"node": ">=14.16"
},
"author": "phette23 <[email protected]> (http://phette.net/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/cca/equella_scripts/issues"
},
"homepage": "https://github.com/cca/equella_scripts",
"devDependencies": {
"eslint": "^9.15.0",
"globals": "^15.12.0",
"mocha": "^10.8.2"
},
"dependencies": {
"@xmldom/xmldom": "^0.9.5",
"async": "^3.2.6",
"csv-reader": "^1.0.12",
"csv-stringify": "^6.5.1",
"filenamify": "~6.0.0",
"luxon": "^3.5.0",
"md5-file": "^5.0.0",
"nodemailer": "^6.9.16",
"rc": "^1.2.8",
"uglify-js": "^3.19.3",
"xpath": "^0.0.34",
"yaml": "^2.6.0"
}
}