-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 807 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 807 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
{
"name": "csv",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"dependencies": {
"@types/chalk": "^2.2.0",
"@types/node": "^14.0.13",
"@types/xlsx": "0.0.36",
"chalk": "^4.1.0",
"event-stream": "^4.0.1",
"json2xls": "^0.1.2",
"xlsx": "^0.16.2"
},
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"@babel/preset-typescript": "^7.10.1",
"@types/event-stream": "^3.3.34",
"ts-node": "^8.10.2",
"typescript": "^3.9.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node duration.ts",
"processLog": "ts-node logs.ts",
"build": "babel . --out-dir lib --extensions '.ts,.tsx'"
},
"author": "",
"license": "ISC"
}