UNPKG

nobind17

Version:

Next-gen binding framework for Node.js / Node-API

41 lines (40 loc) 976 B
{ "name": "nobind17", "version": "1.2.1", "description": "Next-gen binding framework for Node.js / Node-API", "main": "index.js", "scripts": { "test": "npx mocha", "preversion": "npm run test", "postversion": "git push && git push --tags", "postpublish": "gh workflow run test-npm.yml -F version=$npm_package_version" }, "author": "Momtchil Momtchev <momthchil@momtchev.com>", "license": "ISC", "dependencies": { "node-addon-api": ">=5.0.0" }, "devDependencies": { "benny": "^3.7.1", "chai": "^4.3.10", "chai-as-promised": "^7.1.1", "mocha": "^10.2.0" }, "repository": { "type": "git", "url": "git+https://github.com/mmomtchev/nobind.git" }, "keywords": [ "Node.js", "nobind", "node-addon-api", "pybind11", "embind", "bindings", "c++" ], "bugs": { "url": "https://github.com/mmomtchev/nobind/issues" }, "homepage": "https://github.com/mmomtchev/nobind#readme" }