-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 873 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
{
"name": "dobkap",
"version": "0.23.1",
"description": "",
"main": "lib/index.js",
"scripts": {
"build": "tsc",
"clean": "rm -rf lib",
"test": "jest --runInBand --forceExit --detectOpenHandles --verbose false",
"prepublish": "npm run clean && npm run build"
},
"bin": {
"dobkap": "./bin/dobkap"
},
"author": "Sergei Patiakin",
"license": "MIT",
"devDependencies": {
"@types/jest": "^26.0.7",
"jest": "^26.1.0",
"ts-jest": "^26.1.3",
"typescript": "^3.9.7"
},
"dependencies": {
"@types/got": "^9.6.11",
"@types/node": "^14.0.24",
"@types/yargs": "^15.0.5",
"csv-parser": "^2.3.3",
"fast-xml-parser": "^4.0.15",
"fp-ts": "^2.7.1",
"got": "^11.5.1",
"io-ts": "^2.2.9",
"jsdom": "^16.3.0",
"moment": "^2.27.0",
"moment-timezone": "^0.5.31",
"yargs": "^15.4.1"
}
}