forked from aws-samples/ai-services-workshop
-
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) · 754 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 754 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": "aws-ai-services-workshop",
"version": "1.0.0",
"homepage": "https://github.com/aws-samples/ai-services-workshop#readme",
"bugs": {
"url": "https://github.com/aws-samples/ai-services-workshop/issues"
},
"license": "ISC",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/aws-samples/ai-services-workshop.git"
},
"scripts": {
"test": "hugo server -w -v -DF --disableFastRender --enableGitInfo --bind=0.0.0.0",
"start": "hugo server -w -v --enableGitInfo --bind=0.0.0.0",
"build": "hugo -v",
"deploy": "aws s3 sync public/ s3://ai-services-workshop-evangelists/ --delete"
},
"dependencies": {
"discharge": "^0.7.1",
"hugo-cli": "^0.7.0",
"hugo-lunr": "0.0.4",
"qs": "^6.5.2"
}
}