forked from Ali-A-Koye/fast-file
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (59 loc) · 1.47 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "fast-file-converter",
"version": "1.0.7",
"description": "Fast File is a quick and easy-to-use library to convert data sources to a variety of options.",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
"scripts": {
"build": "tsc & sh script/font.sh & sh script/types.sh",
"test": "jest"
},
"keywords": [
"pdf",
"json",
"docx",
"csv",
"sql",
"excel",
"txt",
"converter",
"transformer",
"generator"
],
"repository": {
"prepublish": "npm run build",
"type": "git",
"url": "git+https://github.com/Ali-A-Koye/fast-file.git"
},
"author": "Ali Amjed",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ali-A-Koye/fast-file/issues"
},
"homepage": "https://github.com/Ali-A-Koye/fast-file#readme",
"devDependencies": {
"@babel/core": "^7.18.13",
"@babel/preset-env": "^7.18.10",
"@babel/preset-typescript": "^7.18.6",
"@types/jest": "^28.1.8",
"@types/json2csv": "^5.0.3",
"@types/lodash": "^4.14.184",
"@types/pdfmake": "^0.2.1",
"@types/stream-buffers": "^3.0.4",
"@types/supertest": "^2.0.12",
"babel-jest": "^29.0.1",
"jest": "^29.0.1",
"ts-jest": "^28.0.8",
"typescript": "^4.8.2"
},
"dependencies": {
"@types/express": "^4.17.13",
"docx": "^7.4.1",
"exceljs": "^4.3.0",
"json2csv": "^5.0.7",
"lodash": "^4.17.21",
"pdfmake": "^0.2.5",
"stream-buffers": "^3.0.2",
"supertest": "^6.2.4"
}
}