Files
Python-bindings-for-nodejs/package.json
2025-11-18 11:02:39 +01:00

10 lines
145 B
JSON

{
"type": "module",
"scripts": {
"postinstall": "node scripts/install-python-deps.js"
},
"dependencies": {
"python-shell": "^5.0.0"
}
}