-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.05 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
{
"name": "@hexlet/code",
"version": "1.0.0",
"description": "[![Actions Status](https://github.com/nowaylifer/frontend-testing-react-project-67/actions/workflows/hexlet-check.yml/badge.svg)](https://github.com/nowaylifer/frontend-testing-react-project-67/actions)",
"main": "page-loader.js",
"scripts": {
"test": "jest --runInBand",
"test:log-nock": "DEBUG=nock.* jest --runInBand",
"test:log-axios": "DEBUG=axios jest --runInBand",
"test:log": "DEBUG=page-loader jest --runInBand"
},
"bin": {
"page-loader": "cli.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/node": "^7.22.19",
"@babel/preset-env": "^7.22.20",
"babel": "^6.23.0",
"babel-jest": "^29.7.0",
"eslint": "^8.50.0",
"jest": "^29.7.0",
"nock": "^13.3.3",
"prettier": "^3.0.3"
},
"dependencies": {
"axios": "^1.5.1",
"axios-debug-log": "^1.0.0",
"cheerio": "^1.0.0-rc.12",
"commander": "^11.0.0",
"debug": "^4.3.4",
"mime-types": "^2.1.35"
}
}