-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 989 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "dat-ssg",
"version": "1.1.2",
"description": "Turing a dynamic site into a static site hosted through dat",
"main": "index.js",
"scripts": {
"test": "npm run test:lint && npm run test:unit",
"test:unit": "jest",
"test:lint": "standard --env jest"
},
"bin": {
"dat-ssg": "./bin/dat-ssg"
},
"files": [
"index.js",
"worker.js",
"bin",
"lib",
"__tests__"
],
"keywords": [
"dat",
"static-site",
"hosting",
"cli"
],
"author": "Martin Heidegger <[email protected]>",
"license": "MIT",
"dependencies": {
"abort-controller": "^3.0.0",
"args": "^5.0.1",
"chokidar": "^3.3.1",
"dat-node": "^3.5.15",
"del": "^5.1.0",
"escape-string-regexp": "^2.0.0",
"flexlock": "^1.2.1",
"netlify-cli": "^2.40.0",
"pino": "^5.17.0",
"process-exists": "^4.0.0"
},
"devDependencies": {
"@types/pino": "^5.17.0",
"jest": "^25.1.0",
"standard": "^14.3.3"
}
}