-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.07 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
45
46
47
48
49
50
51
52
{
"name": "profound-utils",
"version": "1.0.0",
"description": "A Collection of Profound Utils",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ProfoundLogic/profound-utils.git"
},
"keywords": [
"profound utils",
"profound",
"profoundjs",
"noderun",
"pjs",
"profound logic",
"profoundlogic",
"profound ui",
"profoundui",
"ibm i",
"ibmi",
"ibm",
"iseries",
"legacy",
"as400",
"as/400",
"rpg",
"rpgle",
"green screens",
"modernization"
],
"author": "Profound Logic Software",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/ProfoundLogic/profound-utils/issues"
},
"homepage": "https://github.com/ProfoundLogic/profound-utils#readme",
"devDependencies": {
"standard": "^12.0.1",
"pino-pretty": "^3.2.1"
},
"dependencies": {
"diff": "^4.0.1",
"pino": "^5.13.3"
},
"optionalDependencies": {
"idb-pconnector": "^1.0.8"
}
}