UNPKG

node-calls-python

Version:

This module lets you run python code inside node without spawning new processes

54 lines (53 loc) 1.08 kB
{ "name": "node-calls-python", "version": "1.11.1", "license": "MIT", "description": "This module lets you run python code inside node without spawning new processes", "authors": [ "Menyhert Hegedus (hmenyus@gmail.com)" ], "keywords": [ "python", "c++", "v8", "node", "nodejs", "node-js", "napi" ], "repository": { "type": "git", "url": "https://github.com/hmenyus/node-calls-python.git" }, "licenses": [ { "type": "MIT", "url": "https://github.com/hmenyus/node-calls-python/blob/main/LICENSE" } ], "files": [ "binding.gyp", "index.d.ts", "index.js", "index.mjs", "src/", "scripts/" ], "main": "index.js", "scripts": { "build": "npm install .", "test": "jest" }, "exports": { "types": "./index.d.ts", "require": "./index.js", "import": "./index.mjs" }, "dependencies": { "chokidar": "^3.6.0" }, "devDependencies": { "jest": "^27.5.1", "node-gyp": "^10.1.0" } }