pm2/lib/API/interpreter.json
2017-10-07 10:04:57 -04:00

13 lines
231 B
JSON

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