{
  "name": "zcrypto",
  "version": "1.5.0",
  "description": "A z/OS RACF keyring/kdb crypto npm for z/OS",
  "main": "index.js",
  "scripts": {
    "build": "node-gyp build",
    "test": "./setup.sh && ./node_modules/.bin/mocha -b -t 40000 --reporter spec"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ibmruntimes/node-zcrypto.git"
  },
  "keywords": [
    "zos",
    "crypto",
    "keyring",
    "RACF"
  ],
  "dependencies": {
    "node-addon-api": "^8.7.0",
    "node-forge": "^1.4.0",
    "tmp": "^0.2.5",
    "yargs-parser": "^20.2.9"
  },
  "devDependencies": {
    "async": "^1.5.2",
    "chai": "^4.5.0",
    "mocha": "^11.7.5"
  },
  "author": "Igor Todorovski",
  "license": "Apache-2.0"
}
