-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
18 lines (18 loc) · 598 Bytes
/
package.json
File metadata and controls
18 lines (18 loc) · 598 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"description": "Sergey Konstantinov. Beer: a Lecture (Tasting Included)",
"homepage": "https://github.com/twirl/Beer-Lecture",
"type": "module",
"license": "CC-BY-NC-4.0",
"author": "Sergey Konstantinov <twirl-team@yandex.ru>",
"repository": "github.com:twirl/Beer-Lecture",
"devDependencies": {
"@twirl/book-builder": "^0.0.20"
},
"scripts": {
"build": "node build.mjs",
"build:watch": "nodemon -e md,js,mjs,css,json --exec npm run build ru html 1-5"
},
"dependencies": {
"nodemon": "^2.0.19"
}
}