-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 859 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
{
"name": "@hexlet/code",
"version": "1.0.0",
"type": "module",
"description": "[![Actions Status](https://github.com/fairwind2k/backend-project-4/actions/workflows/hexlet-check.yml/badge.svg)](https://github.com/fairwind2k/backend-project-4/actions)",
"main": "src/index.js",
"scripts": {
"test": "npx jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fairwind2k/backend-project-4"
},
"author": "Natalia Flerko",
"license": "ISC",
"bin": {
"page-loader": "bin/page-loader.js"
},
"devDependencies": {
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
"jest": "^29.7.0",
"jest-cli": "^29.6.0",
"nock": "^13.5.1"
},
"dependencies": {
"@jest/globals": "^29.7.0",
"axios": "^1.6.7",
"commander": "^11.1.0"
}
}