-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 825 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 825 Bytes
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
{
"name": "@hexlet/graphs",
"version": "0.3.2",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"documentation": "documentation",
"test": "jest --colors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hexlet-components/js-graphs.git"
},
"author": "Stanislav Dzisiak",
"license": "ISC",
"bugs": {
"url": "https://github.com/hexlet-components/js-graphs/issues"
},
"homepage": "https://github.com/hexlet-components/js-graphs#readme",
"dependencies": {
"lodash": "^4.17.21"
},
"devDependencies": {
"documentation": "^14.0.3",
"eslint": "^10.2.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jest": "^29.15.1",
"jest": "^30.3.0",
"jest-cli": "^30.3.0"
}
}