forked from ibm-messaging/mq-mqi-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 869 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
{
"name": "ibmmq",
"version": "2.1.2",
"description": "Bindings to call IBM MQ API",
"main": "./lib/mqi.js",
"scripts": {
"prebuild": "prebuildify --napi --target 18.20.0 ",
"install": "node-gyp-build",
"postinstall": "node postinstall.js",
"test": "node tests/builtOK.js UNKNOWNQMGR",
"clean": "node-gyp clean"
},
"author": "Mark Taylor",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/ibm-messaging/mq-mqi-nodejs"
},
"typings": "./types/index.d.ts",
"devDependencies": {
"@tsconfig/recommended": "^1.0.8",
"@types/node": "^22.8.1"
},
"gypfile": true,
"dependencies": {
"node-addon-api": "^8.2.1",
"node-gyp": "^10.2.0",
"node-gyp-build": "^4.8.2",
"prebuildify": "^6.0.1",
"proxy-agent": "^6.4.0"
},
"engines": {
"node": ">=18.20"
}
}