-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.09 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
{
"name": "@hexlet/code",
"type": "module",
"version": "1.0.0",
"description": "[![Actions Status](https://github.com/Rema04Dev/frontend-project-lvl2/workflows/hexlet-check/badge.svg)](https://github.com/Rema04Dev/frontend-project-lvl2/actions)",
"main": "src/index.js",
"scripts": {
"test": "npx jest"
},
"bin": {
"gendiff": "bin/gendiff.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rema04Dev/frontend-project-lvl2.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Rema04Dev/frontend-project-lvl2/issues"
},
"homepage": "https://github.com/Rema04Dev/frontend-project-lvl2#readme",
"dependencies": {
"commander": "^9.1.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"eslint": "^8.13.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.1.5",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.5.1",
"jest-circus": "^28.1.2",
"jest-cli": "^28.1.2"
}
}