-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 924 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
{
"name": "parseit",
"version": "0.0.1",
"description": "Parseit is command line tool to parse data using EBNF or ABNF using the excellent Instaparse library, and serializing the result into JSON, EDN, YAML or Transit format.",
"main": "target/parseit.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theasp/parseit.git"
},
"keywords": [
"clojurescript",
"instaparse",
"parse",
"cli",
"ebnf",
"abnf"
],
"author": "Andrew Phillips",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/theasp/parseit/issues"
},
"homepage": "https://github.com/theasp/parseit#readme",
"dependencies": {
"js-yaml": "^3.14.1",
"source-map": "^0.7.3",
"split2": "^3.2.2"
},
"devDependencies": {
"nexe": "^4.0.0-beta.18",
"shadow-cljs": "^2.15.5"
}
}