-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.37 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
40
41
42
43
44
45
46
47
48
49
{
"name": "@hexlet/code",
"version": "1.0.0",
"description": "[![Actions Status](https://github.com/sazanik/frontend-project-46/actions/workflows/hexlet-check.yml/badge.svg)](https://github.com/sazanik/frontend-project-46/actions)",
"main": "src/index.js",
"type": "module",
"bin": {
"gen-diff": "bin/gen-diff.js"
},
"simple-git-hooks": {
"pre-push": "npx lint-staged"
},
"scripts": {
"test": "vitest",
"test:coverage": "vitest run --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sazanik/frontend-project-46.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sazanik/frontend-project-46/issues"
},
"homepage": "https://github.com/sazanik/frontend-project-46#readme",
"dependencies": {
"commander": "^12.1.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.15.0",
"@vitest/coverage-istanbul": "^2.1.5",
"@vitest/coverage-v8": "^2.1.5",
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"globals": "^15.12.0",
"lint-staged": "^15.2.10",
"npm": "^10.9.0",
"npm-check-updates": "^17.1.11",
"simple-git-hooks": "^2.11.1",
"vite": "^5.4.11",
"vitest": "^2.1.5"
}
}