-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
40 lines (40 loc) · 949 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
37
38
39
40
{
"name": "xlstream",
"version": "2.5.5",
"description": "Turns XLSX into a readable stream.",
"main": "lib/index",
"types": "lib/index",
"scripts": {
"build": "tsc -p .",
"test": "jest --coverage",
"codecov": "codecov"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Claviz/xlstream.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Claviz/xlstream/issues"
},
"homepage": "https://github.com/Claviz/xlstream#readme",
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.12.12",
"@types/sax-stream": "^1.3.5",
"codecov": "^3.8.2",
"jest": "29.7.0",
"ts-jest": "29.1.4",
"typescript": "^5.4.5"
},
"dependencies": {
"deep-rename-keys": "^0.2.1",
"fclone": "^1.0.11",
"node-stream-zip": "^1.15.0",
"numfmt": "^3.0.0",
"sax-stream": "^1.3.0",
"ssf": "^0.11.2"
}
}