-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1 KB
/
package.json
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
29
30
31
32
33
34
35
{
"name": "slides",
"version": "1.1.1",
"description": "Presentations on SASjs",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"all": "npm run afscl && npm run 6min && npm run devops && npm run msug && npm run server",
"afscl": "marp ./slides/af-scl.md -o ./af-scl/index.html --html=true",
"6min": "marp ./slides/slides6min.md -o ./appdev/index.html --html=true",
"devops": "marp ./slides/devops.md -o ./devops/index.html --html=true",
"msug": "marp ./slides/msug.md -o ./msug/index.html --html=true",
"server": "marp ./slides/server.md -o ./server/index.html --html=true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/slides.sasjs/sasjs.io.git"
},
"keywords": [
"SAS",
"Viya",
"SASjs"
],
"author": "Allan Bowe",
"license": "ISC",
"bugs": {
"url": "https://github.com/sasjs/slides.sasjs.io/issues"
},
"homepage": "https://slides.sasjs.io",
"dependencies": {
"@marp-team/marp-cli": "2.0.4"
}
}