-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 852 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 852 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
{
"name": "jamstack-codernauts-presentation",
"version": "1.0.0",
"description": "JAMstack presentation for Codernauts",
"scripts": {
"start": "npm i && reveal-md ./index.md -w --css assets/css/custom.css",
"build": "reveal-md ./index.md -w --css assets/css/custom.css --static --static-dirs=assets",
"build-pdf": "reveal-md index.md --print slides.pdf --css assets/css/custom.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aruizca/jamstack-codernauts-presentation.git"
},
"author": "@aruizca",
"license": "MIT",
"engines": {
"node": "=13.6.0"
},
"bugs": {
"url": "https://github.com/aruizca/jamstack-codernauts-presentation/issues"
},
"homepage": "https://github.com/aruizca/jamstack-codernauts-presentation#readme",
"devDependencies": {
"reveal-md": "^3.4.2"
}
}