-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.63 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.63 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
{
"name": "rc-proxy-certificate-mapper",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc -p .",
"dev": "ts-node-dev src/index.ts",
"start": "node dist/src/index.js",
"test": "mocha --require ts-node/register --project tsconfig.test.json 'test/**/*.ts'"
},
"author": "",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.1686.0",
"axios": "^1.7.5",
"body-parser": "^1.20.2",
"canvas": "^3.1.0",
"cassandra-driver": "^4.7.2",
"del": "^7.1.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"html-to-image": "^1.11.11",
"morgan": "^1.10.0",
"node-html-to-image": "^4.0.0",
"observation-mapping": "file:",
"pdf-lib": "^1.17.1",
"pdfkit": "^0.13.0",
"pg": "^8.12.0",
"pg-hstore": "^2.3.4",
"pino": "^8.16.2",
"playwright": "^1.46.1",
"puppeteer": "^23.2.1",
"sequelize": "^6.35.2",
"sharp": "^0.29.3",
"sonarqube-scanner": "^3.3.0",
"svg-to-pdfkit": "^0.1.8",
"svg2pdf.js": "^2.4.0",
"svgo": "^3.3.2",
"ts-node-dev": "^2.0.0",
"uuid": "^9.0.1",
"xmldom": "^0.6.0"
},
"devDependencies": {
"@types/body-parser": "^1.19.5",
"@types/express": "^4.17.21",
"@types/long": "^5.0.0",
"@types/node": "^20.16.2",
"@types/pg": "^8.11.8",
"@types/puppeteer": "^7.0.4",
"@types/sharp": "^0.32.0",
"@types/uuid": "^10.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
}
}