UNPKG

959 BJSONView Raw
1{
2 "name": "xrefcli",
3 "version": "1.0.1",
4 "description": "CLI command for the searching through OpenEdge XREF",
5 "main": "index.js",
6 "bin": {
7 "xref": "./index.js"
8 },
9 "scripts": {
10 "test": "echo \"Error: no test specified\" && exit 1"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/bfv/xrefcli.git"
15 },
16 "keywords": [
17 "openedge",
18 "xref",
19 "cli"
20 ],
21 "author": "Bronco Oostermeyer <dev@bfv.io>",
22 "license": "ISC",
23 "bugs": {
24 "url": "https://github.com/bfv/xrefcli/issues"
25 },
26 "homepage": "https://github.com/bfv/xrefcli#readme",
27 "devDependencies": {
28 "typescript": "^2.9.2"
29 },
30 "dependencies": {
31 "@types/command-line-args": "^5.0.0",
32 "@types/command-line-usage": "^5.0.1",
33 "@types/node": "^10.3.3",
34 "command-line-args": "^5.0.2",
35 "command-line-usage": "^5.0.5",
36 "pkginfo": "^0.4.1",
37 "xrefparser": "^0.3.5"
38 }
39}