-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.15 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
41
42
43
{
"name": "@hexlet/code",
"version": "0.0.1",
"description": "This package loads and keeps pages from the Internet",
"type": "module",
"main": "index.js",
"scripts": {
"test": "npx jest"
},
"bin": {
"page-loader": "./bin/page-loader.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Saimon398/fullstack-javascript-project-4.git"
},
"author": "otdameskapizm <aleksborislavskij@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Saimon398/fullstack-javascript-project-4/issues"
},
"homepage": "https://github.com/Saimon398/fullstack-javascript-project-4#readme",
"devDependencies": {
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@jest/globals": "^29.1.2",
"eslint": "^8.24.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"husky": "^8.0.1",
"jest": "^29.1.2",
"nock": "^13.2.9"
},
"dependencies": {
"axios": "^1.0.0",
"axios-debug-log": "^0.8.4",
"cheerio": "^1.0.0-rc.12",
"commander": "^9.4.1",
"debug": "^4.3.4",
"listr": "^0.14.3",
"prettier": "^2.7.1"
}
}