UNPKG

node-sword-interface

Version:
38 lines (37 loc) 926 B
{ "name": "node-sword-interface", "version": "1.0.43", "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" }, "author": "Tobias Klein", "license": "GPL-2.0+", "dependencies": { "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": { "jsdoc-to-markdown": "^9.1.1", "node-gyp": "^9.1.0" } }