-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 930 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 930 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
34
35
{
"name": "kekstagram",
"version": "31.0.0",
"private": true,
"description": "Личный проект «Кекстаграм» от HTML Academy",
"repository": {
"type": "git",
"url": "git@github.com:htmlacademy-javascript/1888439-kekstagram-2.git"
},
"bugs": {
"url": "https://github.com/htmlacademy-javascript/1888439-kekstagram-2/issues"
},
"devDependencies": {
"@testing-library/dom": "9.3.4",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/user-event": "14.6.1",
"eslint": "8.48.0",
"eslint-config-htmlacademy": "9.1.1",
"jsdom": "22.1.0",
"vite": "4.4.9",
"vitest": "1.6.1"
},
"license": "MIT",
"scripts": {
"start": "vite --port 3000 --open",
"test": "vitest",
"test:unit": "vitest --config vite.unit.config.mjs",
"test:feature": "vitest",
"lint": "eslint js/"
},
"engines": {
"node": "^20",
"npm": "^10"
}
}