generated from Deep-Symmetry/.github
-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
44 lines (44 loc) · 1.14 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
44
{
"name": "bytefield-svg",
"version": "1.10.0",
"description": "Generate byte field diagrams in SVG format from a Clojure/EDN DSL",
"main": "lib.js",
"bin": "cli.js",
"dependencies": {
"command-line-args": "^5.1.1",
"command-line-usage": "^6.1.3"
},
"devDependencies": {
"@antora/cli": "3.1.2",
"@antora/site-generator": "3.1.2",
"@antora/lunr-extension": "^1.0.0-alpha.8",
"@djencks/asciidoctor-mathjax": "0.0.8",
"shadow-cljs": "^2.21.0",
"source-map-support": "^0.5.21"
},
"scripts": {
"build": "shadow-cljs compile lib",
"release": "shadow-cljs release lib",
"local-docs": "npx antora --fetch doc/local.yml",
"test": "./cli.js test.edn >test.svg"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Deep-Symmetry/bytefield-svg.git"
},
"keywords": [
"diagram",
"svg",
"clojure",
"edn"
],
"author": {
"name": "James Elliott",
"email": "[email protected]"
},
"license": "EPL-2.0",
"bugs": {
"url": "https://github.com/Deep-Symmetry/bytefield-svg/issues"
},
"homepage": "https://github.com/Deep-Symmetry/bytefield-svg#readme"
}