-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 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
40
{
"name": "@hexlet/code",
"version": "1.0.0",
"description": "<h2 align=\"center\">Welcome to the Difference Calculator!</h2>",
"type": "module",
"main": "src/index.js",
"bin": {
"gendiff": "bin/gendiff.js"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PShorin/frontend-project-46.git"
},
"author": "Pavel Shorin",
"license": "ISC",
"bugs": {
"url": "https://github.com/PShorin/frontend-project-46/issues"
},
"homepage": "https://github.com/PShorin/frontend-project-46#readme",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@jest/globals": "^29.3.1",
"commander": "^9.4.1",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"eslint": "^8.31.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.7.0",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.3.1"
}
}