UNPKG

nobind17

Version:

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

45 lines (44 loc) 1.09 kB
{ "name": "nobind17", "version": "2.0.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": ">=8.3.0" }, "devDependencies": { "@types/mocha": "^10.0.10", "@types/node": "^24.10.1", "benny": "^3.7.1", "chai": "^4.3.10", "chai-as-promised": "^7.1.1", "mocha": "^11.7.5", "node-gyp": "^12.1.0", "typescript": "^5.7.3" }, "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" }