-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.4 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.4 KB
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
50
51
52
53
54
55
{
"name": "kommonitor-processing-engine",
"version": "3.0.1",
"description": "KomMonitor processing engine that performs indicator computation based on base indicators or other spatial resources.",
"main": "index.js",
"scripts": {
"prestart": "jsdoc -c jsdoc.json",
"start": "node index.js",
"release": "release-it"
},
"repository": {
"type": "git",
"url": "https://github.com/kommonitor/processing-engine.git"
},
"keywords": [
"KomMonitor"
],
"license": "Apache-2.0",
"private": true,
"dependencies": {
"@turf/turf": "^6.5.0",
"axios": "^0.21.4",
"bee-queue": "^1.5.0",
"body-parser": "^1.20.1",
"connect": "^3.2.0",
"cors": "^2.8.4",
"cron-file-cleaner": "^1.1.0",
"crypto-js": "^4.0.0",
"docdash": "^1.1.0",
"dotenv": "^6.0.0",
"express": "^4.18.2",
"jStat": "^1.7.1",
"js-yaml": "^3.3.0",
"keycloak-js": "10.0.1",
"kmhelper": "file:resources/KmHelper",
"kommonitor-keycloak-helper": "^1.1.0",
"nodemailer": "^6.7.7",
"oas3-tools": "^2.2.3",
"querystring": "^0.2.0",
"serve-static": "^1.13.2"
},
"devDependencies": {
"@release-it/keep-a-changelog": "^2.2.2",
"jsdoc": "^3.6.10",
"jshint": "^2.13.5",
"license-checker": "^25.0.1",
"npm-license-crawler": "^0.2.1",
"release-it": "^15.4.1"
},
"jshintConfig": {
"undef": true,
"unused": true,
"esversion": 8
}
}