forked from Claviz/xlstream
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 931 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 931 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
35
36
37
38
39
{
"name": "@watershedclimate/xlstream",
"version": "2.5.10",
"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": "^24.0.0",
"@types/node": "^10.12.24",
"codecov": "^3.5.0",
"jest": "26.4.2",
"ts-jest": "26.4.2",
"typescript": "^3.8.3"
},
"dependencies": {
"deep-rename-keys": "^0.2.1",
"fclone": "^1.0.11",
"node-stream-zip": "^1.11.3",
"numfmt": "^2.1.0",
"sax-stream": "^1.3.0",
"ssf": "^0.11.2"
}
}