{
  "name": "node-yuma123",
  "version": "0.3.1",
  "description": "Node.js bindings for the Yuma123 library",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
    "preinstall": "node scripts/check-dependencies.cjs",
    "install": "node-gyp rebuild"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Slenderman00/node-yuma123"
  },
  "keywords": [
    "yang",
    "netconf",
    "yuma",
    "yangrpc"
  ],
  "author": "Joar Heimonen",
  "license": "ISC",
  "gypfile": true,
  "dependencies": {
    "bindings": "^1.5.0",
    "node-addon-api": "^5.0.0"
  },
  "devDependencies": {
    "jest": "^29.7.0"
  }
}
