{ "name": "python-shell", "version": "1.0.6", "description": "Run Python scripts from Node.js with simple (but efficient) inter-process communication through stdio", "keywords": [ "python" ], "scripts": { "test": "tsc -p ./ && mocha", "appveyorTest": "tsc -p ./ && mocha --ui tdd --reporter mocha-appveyor-reporter test/*.js", "compile": "tsc -watch -p ./" }, "dependencies": {}, "devDependencies": { "@types/mocha": "^5.2.5", "@types/node": "^9.3.0", "mocha": "^5.2.0", "mocha-appveyor-reporter": "^0.4.0", "should": "^13.2.1", "ts-node": "^7.0.1", "typescript": "^3.0.1" }, "files": [ "*.d.ts", "*.js", "*.js.map", "CHANGELOG.md", "README.md" ], "repository": { "type": "git", "url": "http://github.com/extrabacon/python-shell" }, "homepage": "http://github.com/extrabacon/python-shell", "bugs": "http://github.com/extrabacon/python-shell/issues", "author": { "name": "Nicolas Mercier", "email": "[email protected]" }, "engines": { "node": ">=0.10" }, "license": "MIT" }