forked from ibmruntimes/mvsutils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 875 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
37
38
{
"name": "mvsutils",
"version": "1.0.6",
"description": "node-js addon to interface with misc MVS resources",
"main": "index.js",
"gypfile": true,
"scripts": {
"build": "node-gyp rebuild",
"clean": "node-gyp clean",
"test": "./node_modules/.bin/mocha -b -t 40000 --reporter spec",
"install": "node-gyp rebuild"
},
"repository": "ibmruntimes/mvsutils",
"keywords": [
"IBM",
"UTILITIES",
"CCSID",
"ZOS"
],
"author": "ccw",
"license": "Apache-2.0",
"xxxxdevDependencies": {
"node-gyp": ">=3.8.0"
},
"dependencies": {
"chai": ">=4.2.0",
"mocha": ">=6.2.1",
"node-addon-api": ">=1.7.1"
},
"bugs": {
"url": "https://github.com/ibmruntimes/mvsutils/issues"
},
"homepage": "https://github.com/ibmruntimes/mvsutils#readme",
"directories": {
"test": "test"
},
"devDependencies": {}
}