-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.07 KB
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
{
"name": "@hexlet/code",
"version": "1.0.0",
"description": "page-loader",
"main": "src/index.js",
"type": "module",
"bin": {
"page-loader": "bin/page-loader.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/drgoodness/fullstack-javascript-project-4.git"
},
"author": "drgoodness",
"license": "ISC",
"bugs": {
"url": "https://github.com/drgoodness/fullstack-javascript-project-4/issues"
},
"homepage": "https://github.com/drgoodness/fullstack-javascript-project-4#readme",
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-async": "^2.0.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"jest": "^29.7.0",
"nock": "^13.5.4",
"prettier": "^3.2.5"
},
"dependencies": {
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"axios": "^1.6.7",
"axios-debug-log": "^1.0.0",
"babel-jest": "^29.7.0",
"cheerio": "^1.0.0-rc.12",
"commander": "^12.0.0",
"debug": "^4.3.4",
"listr": "^0.14.3"
}
}