-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 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",
"version": "1.0.0",
"description": "[![Actions Status](https://github.com/de-euforie/frontend-project-lvl2/workflows/hexlet-check/badge.svg)](https://github.com/de-euforie/frontend-project-lvl2/actions)",
"main": "index.js",
"type": "module",
"bin": {
"gendiff": "bin/gendiff.js"
},
"scripts": {
"test": "npx jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/de-euforie/frontend-project-lvl2.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/de-euforie/frontend-project-lvl2/issues"
},
"homepage": "https://github.com/de-euforie/frontend-project-lvl2#readme",
"jest": {
"testEnvironment": "node",
"transform": {}
},
"dependencies": {
"commander": "^7.0.0",
"js-yaml": "^3.14.1",
"lodash": "^4.17.20"
},
"devDependencies": {
"eslint": "^7.22.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.2.1",
"jest": "^26.6.3"
}
}