-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 892 Bytes
/
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
{
"name": "tps-legacy-ecum-reports",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Travis Miller",
"license": "ISC",
"devDependencies": {
"@types/cli-progress": "^3.11.0",
"@types/mssql": "^8.1.2",
"@types/node": "^18.18.6",
"@types/nunjucks": "^3.2.1",
"dotenv": "^16.0.3",
"mssql": "^9.1.1",
"prisma": "^4.7.1",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.1",
"typescript": "^4.9.4"
},
"dependencies": {
"@jikji/generator": "^0.2.3",
"@jikji/react": "^0.2.3",
"@prisma/client": "^4.7.1",
"cli-progress": "^3.11.2",
"csv-stringify": "^6.2.4",
"fastq": "^1.14.0",
"nunjucks": "^3.2.3",
"pdf-merger-js": "^4.2.0",
"puppeteer": "^19.4.1",
"puppeteer-report": "^3.1.0"
}
}