-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.06 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.06 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
{
"name": "@hexlet/code",
"version": "1.0.0",
"description": "[](https://github.com/toDoListEnjoyer/fullstack-javascript-project-4/actions)",
"main": "index.js",
"type": "module",
"bin": {
"page-loader": "bin/page-loader.js"
},
"scripts": {
"test": "NODE_OPTIONS=--experimental-vm-modules npx jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/toDoListEnjoyer/fullstack-javascript-project-4.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/toDoListEnjoyer/fullstack-javascript-project-4/issues"
},
"homepage": "https://github.com/toDoListEnjoyer/fullstack-javascript-project-4#readme",
"devDependencies": {
"eslint": "^8.39.0",
"jest": "^29.5.0",
"mock-fs": "^5.2.0",
"nock": "^13.3.1"
},
"dependencies": {
"axios": "^1.4.0",
"cheerio": "^1.0.0-rc.12",
"commander": "^10.0.1",
"eslint-config-airbnb": "^19.0.4"
}
}