solijs
Version:
Tool that can link shared object (.so) files to your JavaScript project and expose symbols dynamically.
34 lines (33 loc) • 793 B
JSON
{
"name": "solijs",
"version": "2.6.2",
"description": "Tool that can link shared object (.so) files to your JavaScript project and expose symbols dynamically.",
"main": "build/Release/sljs.node",
"scripts": {
"test": "node test/test.js"
},
"keywords": [
"native",
"napi",
"shared-object",
"so",
"c++",
"linux",
"linking",
"symbols"
],
"author": "Jeck Christopher Anog",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/JeckAsChristopher/solijs.git"
},
"homepage": "https://github.com/JeckAsChristopher/solijs/releases/tag/2.3.1",
"bugs": {
"url": "https://github.com/JeckAsChristopher/solijs/issues"
},
"dependencies": {
"node-addon-api": "^8.3.1",
"node-gyp": "^11.2.0"
}
}