-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.11 KB
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
{
"name": "@hexlet/code",
"version": "2.0.1",
"type": "module",
"description": "[](https://github.com/ofay11/frontend-project-46/actions)",
"main": "src/index.js",
"scripts": {
"test": "npx jest",
"lint": "eslint .",
"format": "prettier --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/ofay11/frontend-project-46.git"
},
"author": "Timur Dautov",
"license": "ISC",
"bugs": {
"url": "https://github.com/ofay11/frontend-project-46/issues"
},
"homepage": "https://github.com/ofay11/frontend-project-46#readme",
"dependencies": {
"commander": "^11.0.0",
"lodash": "^4.17.21",
"yaml": "^2.3.2"
},
"bin": {
"gendiff": "bin/gendiff.js"
},
"devDependencies": {
"eslint": "^8.50.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.6.4",
"prettier": "^3.0.3"
}
}