-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathpackage.json
44 lines (44 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
44
{
"name": "verademo-api",
"version": "1.0.0",
"description": "verademo-api",
"main": "index.js",
"scripts": {
"start": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/verademo-app/verademo-api.git"
},
"author": "Julian Totzek-Hallhuber",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/verademo-app/verademo-api/issues"
},
"homepage": "https://gitlab.com/verademo-app/verademo-api#readme",
"devDependencies": {
"@types/express": "^4.17.13",
"@types/morgan": "^1.9.3",
"@types/node": "^17.0.19",
"@types/swagger-ui-express": "^4.1.3",
"blueimp-md5": "^2.19.0",
"concurrently": "^7.0.0",
"express": "^4.17.3",
"md5": "^2.3.0",
"morgan": "^1.10.0",
"mysql": "^2.18.1",
"nodemon": "^2.0.15",
"swagger-jsdoc": "^6.1.0",
"swagger-ui-express": "^4.3.0",
"ts-node": "^10.5.0",
"tsoa": "^3.14.1",
"typescript": "^4.5.5",
"url-parse": "^1.5.3"
},
"dependencies": {
"curling": "^0.3.0",
"djv": "^2.1.2",
"lodash": "^4.17.15",
"vm2": "^3.9.5"
}
}