-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 846 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 846 Bytes
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
{
"name": "ritalib-nodejs",
"version": "1.0.0",
"description": "ritalibrary",
"main": "app.js",
"scripts": {
"build": "tsc",
"start": "node dist/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Pelle Ignatius",
"license": "ISC",
"dependencies": {
"braces": "^3.0.3",
"cors": "^2.8.5",
"cross-spawn": "^7.0.5",
"express": "^4.21.2",
"express-basic-auth": "^1.2.1",
"express-rate-limit": "^7.5.0",
"file-type": "^20.4.0",
"multer": "^1.4.5-lts.1",
"prom-client": "^15.1.3",
"sanitize-html": "^2.14.0",
"uuid": "^11.0.4"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/multer": "^1.4.12",
"@types/node": "^22.13.10",
"@types/sanitize-html": "^2.13.0",
"typescript": "^5.7.2"
}
}