forked from midudev/midu.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 815 Bytes
/
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
{
"name": "midu.dev",
"version": "1.0.0",
"description": "https://midu.dev website",
"main": "index.js",
"engines": {
"node": "12.x"
},
"scripts": {
"build": "hugo --minify",
"dev": "YOUTUBE_API_KEY=$YOUTUBE_API_KEY hugo server",
"now-build": "YOUTUBE_API_KEY=$YOUTUBE_API_KEY npm run build",
"do:thanks": "node scripts/thanks-contributors.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/midudev/midu.dev.git"
},
"keywords": [],
"author": "Miguel Ángel Durán García",
"license": "ISC",
"bugs": {
"url": "https://github.com/midudev/midu.dev/issues"
},
"homepage": "https://github.com/midudev/midu.dev#readme",
"devDependencies": {
"@github-docs/frontmatter": "1.3.1",
"canvas": "2.6.1",
"hugo-bin": "0.63.1"
}
}