-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.89 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.89 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "epadlite",
"version": "1.6",
"description": "Lightweight ePad Backend",
"main": "server.js",
"dependencies": {
"@fastify/cors": "^8.2.1",
"@fastify/multipart": "^6.0.0",
"@fastify/static": "^6.10.1",
"@fastify/swagger": "^8.3.1",
"activedirectory2": "^2.1.0",
"aimapi": "^0.1.25",
"archiver": "^5.1.0",
"atob": "^2.1.2",
"axios": "^0.21.4",
"btoa": "^1.2.1",
"concat-stream": "^2.0.0",
"csv-parse": "^5.4.0",
"csv-parser": "^3.0.0",
"csv-writer": "^1.6.0",
"dcmjs": "^0.29.11",
"deep-equal-in-any-order": "^1.0.28",
"dockerode": "^3.3.1",
"extract-zip": "^2.0.1",
"fastify": "^4.17.0",
"fastify-couchdb": "^0.2.0",
"fastify-nodemailer": "^5.0.0",
"fastify-plugin": "^4.5.0",
"fs-extra": "^9.0.1",
"jquery": "^3.6.0",
"jsdom": "^17.0.0",
"keycloak-backend": "^3.0.0",
"lodash": "^4.17.20",
"mariadb": "^2.5.2",
"nock": "^13.0.5",
"node-schedule-tz": "^1.2.1-4",
"p-queue": "^6.6.2",
"plist": "^3.0.1",
"sequelize": "^6.12.0",
"swagger-ui-dist": "^4.1.3",
"to-array-buffer": "^3.2.0",
"underscore": "^1.12.0",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"chai": "^4.3.4",
"chai-http": "*",
"eslint": "^7.24.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-mocha": "^8.1.0",
"eslint-plugin-prettier": "^3.4.0",
"mocha": "^9.1.3",
"prettier": "^2.2.1"
},
"optionalDependencies": {
"dicom-dimse-native": "^1.3.2"
},
"scripts": {
"start": "node server.js",
"pretest": "eslint --ignore-path .gitignore .",
"test": "NODE_ENV=test NODE_OPTIONS='--trace-warnings' mocha --timeout 20000 --exit"
},
"keywords": [
"ePad",
"lightweigth",
"json",
"aim"
],
"author": "Emel Alkim",
"license": "ISC"
}