pyconnector
Version:
Bridge the gap between Node.JS and Python applications
44 lines (43 loc) • 905 B
JSON
{
"name": "pyconnector",
"version": "1.0.3",
"description": "Bridge the gap between Node.JS and Python applications",
"author": "Cristian Dobre <cristian.dobre@hbfsrobotics.com>",
"main": "./src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/cristidbr/pyconnector"
},
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"zeromq": "^6.1.2"
},
"devDependencies": {
"mocha": "^11.0.1",
"standard": "^17.1.2"
},
"scripts": {
"test": "standard && mocha test/*.test.js",
"watch": "standard && mocha --watch test/*.test.js"
},
"readmeFilename": "README.md",
"license": "MIT",
"keywords": [
"python",
"python3",
"API",
"endpoint",
"remote",
"function",
"execution",
"bridge",
"nodeconnector"
],
"directories": {
"lib": "lib",
"test": "test",
"example": "examples"
}
}