-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 862 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 862 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
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "frost",
"version": "0.0.0",
"description": "Generate documentation for Nix Flakes.",
"main": "src/index.js",
"scripts": {
"start": "node ./src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"frost": "src/index.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/snowfallorg/frost.git"
},
"keywords": [
"nix",
"flakes",
"documentation"
],
"author": "Jake Hamilton <jake.hamilton@hey.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/snowfallorg/frost/issues"
},
"homepage": "https://github.com/snowfallorg/frost#readme",
"dependencies": {
"@littlethings/log": "^3.0.6",
"@snowfallorg/sleet": "^0.12.0",
"arg": "^5.0.2",
"kleur": "^4.1.5",
"mkdirp": "^3.0.1",
"rimraf": "^5.0.1"
},
"devDependencies": {
"@types/node": "^20.3.3"
}
}