-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.01 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
{
"name": "@hexlet/code",
"type": "module",
"version": "1.0.0",
"description": "[![Actions Status](https://github.com/Semeikin-Kirill/frontend-project-lvl2/workflows/hexlet-check/badge.svg)](https://github.com/Semeikin-Kirill/frontend-project-lvl2/actions)",
"bin": {
"gendiff": "bin/gendiff.js"
},
"main": "src/index.js",
"scripts": {
"test": "npx jest --bail"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Semeikin-Kirill/frontend-project-lvl2.git"
},
"author": "Semejkin Kirill",
"license": "ISC",
"bugs": {
"url": "https://github.com/Semeikin-Kirill/frontend-project-lvl2/issues"
},
"homepage": "https://github.com/Semeikin-Kirill/frontend-project-lvl2#readme",
"dependencies": {
"commander": "^7.2.0",
"js-yaml": "^3.14.1",
"lodash": "^4.17.21"
},
"devDependencies": {
"@jest/globals": "^27.0.3",
"eslint": "^7.28.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.4",
"jest": "^27.0.4"
}
}