NPM – package.json#engines | 如何指定Python?

我需要在我的package.json上指定一个python版本。

我可以简单地做: { engines: { "python": "2.7.11" } }