{
  "name": "node-sword-interface",
  "version": "1.0.124",
  "description": "Javascript (N-API) interface to SWORD library",
  "keywords": [
    "C++",
    "SWORD",
    "Bible study",
    "Bible",
    "Wrapper"
  ],
  "main": "index.js",
  "gypfile": true,
  "scripts": {
    "build": "node-gyp rebuild",
    "clean": "node-gyp clean",
    "doc": "jsdoc2md index.js > API.md",
    "pub": "rm -rf build node_modules sword sword_build test && npm publish ./",
    "deploy": "scripts/deploy_local.sh",
    "postinstall": "node scripts/postinstall.js",
    "test": "jest",
    "release": "./scripts/release.sh"
  },
  "author": "Tobias Klein",
  "license": "GPL-2.0+",
  "dependencies": {
    "async-mutex": "^0.5.0",
    "glob": "^8.0.3",
    "node-addon-api": "^8.2.2",
    "node-html-parser": "^6.1.13"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ezra-bible-app/node-sword-interface.git"
  },
  "devDependencies": {
    "jest": "^30.0.5",
    "jsdoc-to-markdown": "^9.1.1",
    "node-gyp": "^12.1.0"
  }
}
