-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
43 lines (43 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
36
37
38
39
40
41
42
43
{
"name": "dhow",
"version": "3.0.4",
"description": "JSX-powered SSG for Node.js",
"main": "./src/jsx-runtime.js",
"bin": {
"dhow": "src/cli.js"
},
"scripts": {
"test": "uvu test"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"chokidar": "^3.4.2",
"dotenv": "^8.2.0",
"esbuild": "^0.8.46",
"fast-glob": "^3.2.4",
"fs-extra": "^9.0.1",
"min-document": "^2.19.0",
"ora": "^4.1.1",
"polka": "^0.5.2",
"postcss": "^8.2.4",
"sade": "^1.7.3",
"sirv": "^1.0.5"
},
"devDependencies": {
"uvu": "^0.5.1"
},
"directories": {
"example": "examples",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kartiknair/dhow.git"
},
"bugs": {
"url": "https://github.com/kartiknair/dhow/issues"
},
"homepage": "https://github.com/kartiknair/dhow#readme"
}