forked from htmlacademy-javascript/704309-keksobooking-25
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 725 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 725 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
{
"name": "keksobooking",
"version": "25.0.0",
"private": true,
"description": "Личный проект «Кексобукинг» от HTML Academy",
"repository": {
"type": "git",
"url": "git@github.com:htmlacademy-javascript/704309-keksobooking-25.git"
},
"bugs": {
"url": "https://github.com/htmlacademy-javascript/704309-keksobooking-25/issues"
},
"devDependencies": {
"browser-sync": "2.27.7",
"eslint": "8.7.0",
"eslint-config-htmlacademy": "5.0.0"
},
"license": "MIT",
"dependencies": {},
"scripts": {
"start": "browser-sync start --server --no-ui --files \"js/**/*.js\"",
"lint": "eslint js/"
},
"engines": {
"node": "16.x",
"npm": "8.x"
}
}