-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·30 lines (30 loc) · 843 Bytes
/
package.json
File metadata and controls
executable file
·30 lines (30 loc) · 843 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
{
"name": "@hexlet/code",
"type": "module",
"version": "1.0.0",
"description": "[](https://github.com/akivonen/js-oop-project-62/actions)",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/akivonen/js-oop-project-62.git"
},
"author": "Artjom Kivonen",
"license": "ISC",
"dependencies": {
"debug": "^4.3.4",
"lodash": "^4.17.21"
},
"devDependencies": {
"@jest/globals": "^29.6.0",
"eslint": "^8.40.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.2",
"jest": "^29.6.0",
"jest-cli": "^29.6.0",
"npm-check-updates": "^16.10.11"
}
}