-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 832 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 832 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
40
41
{
"name": "db2json",
"version": "0.0.15",
"description": "Convert IBM i DB2 SQL query output to JSON format. Includes CGI, HTML, JS, and IBM i build example use.",
"main": "js/db2json.js",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bobcozzi/db2json.git"
},
"keywords": [
"db2",
"json",
"database",
"converter",
"ibm",
"cgi",
"ibmi"
],
"author": "Bob Cozzi <cozzi@rpgiv.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bobcozzi/db2json/issues"
},
"homepage": "https://github.com/bobcozzi/db2json#readme",
"files": [
"H/",
"QCLSRC/",
"QCSRC/",
"css/",
"js/",
"db2json.html",
"readme.md",
"changelog.md"
],
"devDependencies": {
"typescript": "^5.9.2"
}
}