-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.07 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
{
"name": "integrations-parsers",
"version": "3.0.5",
"description": "Integrations report parsers",
"main": "index.js",
"scripts": {
"test": "TZ=Europe/Moscow jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/R-Vision/integrations-parsers.git"
},
"author": "Vladimir Luss, Sergey Zmeevsky, Leonid Korolev",
"license": "ISC",
"bugs": {
"url": "https://github.com/R-Vision/integrations-parsers/issues"
},
"homepage": "https://github.com/R-Vision/integrations-parsers#readme",
"dependencies": {
"csv-parse": "4.6.3",
"ip": "1.1.5",
"lodash": "4.17.15",
"moment": "2.24.0",
"xml-stream": "0.4.5"
},
"devDependencies": {
"@types/ip": "1.1.0",
"@types/jest": "24.0.19",
"@types/lodash": "4.14.144",
"@types/moment": "2.13.0",
"eslint": "^6.5.1",
"eslint-config-airbnb-base": "14.0.0",
"eslint-config-prettier": "6.4.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-jest": "22.19.0",
"eslint-plugin-prettier": "3.1.1",
"jest": "24.9.0",
"prettier": "1.18.2"
}
}