-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "javascript-ru",
"version": "1.0.0",
"description": " >Practicing skills: DOM - https://peccopa.github.io/javascript-ru/dices-game - ***JAVASCRIPT, CSS, HTML*** ___ ### branch: modal-window  >Practicing skills: DOM >UI-Components, active cross/Esc, overlay missclick - https://peccopa.github.io/javascript-ru/modal-window - ***JAVASCRIPT, CSS, HTML*** ___ ### branch: guess-number  >Practicing skills: DOM - https://peccopa.github.io/javascript-ru/guess-number - ***JAVASCRIPT, CSS, HTML*** ___",
"main": "tests.js",
"directories": {
"test": "tests"
},
"scripts": {
"start": "npx json-server REST-API/db.json",
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky"
},
"author": "",
"license": "ISC",
"devDependencies": {
"husky": "^9.1.7"
},
"dependencies": {
"json-server": "^1.0.0-beta.3"
}
}