-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.09 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
{
"name": "lucinda-server",
"version": "3.2.1",
"description": "A document management system based on solr, tika and ocrmypdf",
"keywords": [
"document",
"retrieval",
"lucene",
"solr"
],
"repository": {
"type": "git",
"url": "https://github.com/rgwch/lucinda"
},
"homepage": "https://github.com/rgwch/lucinda",
"bugs": "https://github.com/rgwch/lucinda/issues",
"main": "index.js",
"scripts": {
"start": "LUCINDA_SIMPLEWEB=enabled NODE_ENV=default node src/",
"dev": "LUCINDA_SIMPLEWEB=enabled NODE_ENV=develop node src/",
"test": "NODE_ENV=test npm run mocha",
"mocha": "mocha test/unit --recursive --timeout 100000 --exit"
},
"author": "rgwch",
"license": "Apache-2.0",
"dependencies": {
"chokidar": "^3.4.0",
"config": "^3.3.1",
"express": "^4.17.1",
"luxon": "^1.24.1",
"node-fetch": "^2.6.1",
"pug": "^3.0.1",
"save-dev": "0.0.1-security",
"sinon": "^9.0.2",
"walkdir": "^0.4.1",
"winston": "^3.2.1"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"mocha": "^10.2.0"
}
}