-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·31 lines (31 loc) · 932 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": "workers-site",
"version": "1.0.0",
"description": "A site built with metalsmith and handlebars, deployed to Cloudlfare workers sites",
"bin": {
"lodge": "./scripts/cli.js"
},
"scripts": {
"deploy": "node scripts/deploy.js",
"start": "node scripts/start.js",
"format": "prettier --write '**/*.js'"
},
"keywords": [],
"author": "Thomas Williams",
"license": "MIT",
"devDependencies": {
"handlebars": "^4.7.6",
"handlebars-helpers": "^0.10.0",
"jstransformer-handlebars": "^1.1.0",
"metalsmith": "^2.3.0",
"metalsmith-collections": "git+https://github.com/segmentio/metalsmith-collections.git",
"metalsmith-in-place": "^4.4.1",
"metalsmith-layouts": "^2.3.1",
"metalsmith-markdown": "^1.3.0",
"metalsmith-permalinks": "^2.2.0",
"metalsmith-serve": "0.0.7",
"metalsmith-watch": "^1.0.3",
"prettier": "^2.1.1",
"yargs": "^16.0.3"
}
}