-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1000 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
{
"name": "@hexlet/code",
"version": "1.0.0",
"description": "frontend-project-lvl2",
"main": "package.json",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"gendiff": "bin/gendiff.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VladimirKondratenko/frontend-project-lvl2.git"
},
"author": "Vladimir Kondratenko",
"license": "ISC",
"bugs": {
"url": "https://github.com/VladimirKondratenko/frontend-project-lvl2/issues"
},
"homepage": "https://github.com/VladimirKondratenko/frontend-project-lvl2#readme",
"dependencies": {
"commander": "^8.1.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/preset-env": "^7.14.8",
"@babel/register": "^7.14.5",
"eslint": "^8.33.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"jest": "^29.4.1"
}
}