-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1.1 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
{
"name": "catalogues-library",
"version": "1.2.5",
"description": "A JS library for searching library catalogues",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --open --mode development",
"build": "webpack --mode production",
"test": "jest --runInBand",
"test-ci": "jest --silent",
"test-file": "jest --no-color 2>output.txt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LibrariesHacked/catalogues-library.git"
},
"author": "Libraries Hacked",
"license": "MIT",
"bugs": {
"url": "https://github.com/LibrariesHacked/catalogues-library/issues"
},
"homepage": "https://github.com/LibrariesHacked/catalogues-library#readme",
"dependencies": {
"@small-tech/syswide-cas": "^6.0.2",
"@types/tough-cookie": "^4.0.2",
"async": "^3.2.4",
"cheerio": "^1.0.0-rc.12",
"node-polyfill-webpack-plugin": "^2.0.1",
"superagent": "^8.0.9",
"tough-cookie": "^4.1.2",
"uuid": "^8.3.2",
"xml2js": "^0.5.0"
},
"devDependencies": {
"jest": "^28.1.3",
"webpack": "^5.75.0",
"webpack-cli": "^4.10.0"
}
}