-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 990 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
33
34
35
36
37
38
39
40
41
42
{
"name": "@hexlet/code",
"version": "1.0.0",
"description": "Second frontend project folder",
"main": "src/index.js",
"type": "module",
"bin": {
"gendiff": "bin/gendiff.js"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vlad1slove1/frontend-project-lvl2.git"
},
"keywords": [
"hexlet",
"project-lvl2",
"javascript",
"frontend"
],
"author": "Vladislav Kishchenko",
"license": "ISC",
"bugs": {
"url": "https://github.com/vlad1slove1/frontend-project-lvl2/issues"
},
"homepage": "https://github.com/vlad1slove1/frontend-project-lvl2#readme",
"devDependencies": {
"eslint": "^8.9.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^26.1.1",
"jest": "^27.5.1"
},
"dependencies": {
"@jest/globals": "^27.5.1",
"commander": "^9.0.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21"
}
}