-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 710 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 710 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
{
"name": "kekstagram",
"version": "29.0.0",
"private": true,
"description": "Личный проект «Кекстаграм» от HTML Academy",
"repository": {
"type": "git",
"url": "git@github.com:htmlacademy-univer-javascript-1/2506725-kekstagram-5.git"
},
"bugs": {
"url": "https://github.com/htmlacademy-univer-javascript-1/2506725-kekstagram-5/issues"
},
"devDependencies": {
"browser-sync": "2.29.3",
"eslint": "8.42.0",
"eslint-config-htmlacademy": "9.1.1"
},
"license": "MIT",
"scripts": {
"start": "browser-sync start --server --no-ui --files \"js/**/*.js\"",
"lint": "eslint js/"
},
"engines": {
"node": "18",
"npm": "9"
}
}