pm2/lib/API/interpreter.json

12 lines
206 B
JSON

{
".sh" : "bash",
".py" : "python",
".rb" : "ruby",
".php" : "php",
".pl" : "perl",
".js" : "node",
".coffee" : "coffee",
".ls" : "lsc",
".ts" : "ts-node"
}