27 lines
701 B
JSON
27 lines
701 B
JSON
{
|
|
"permissions": [
|
|
{
|
|
"telegram_id": 101288352
|
|
},
|
|
{
|
|
"telegram_id": 396849813
|
|
}
|
|
],
|
|
"build": [
|
|
["node", "-v"],
|
|
["npm", "-v"],
|
|
["npm", "config", "set", "scripts-prepend-node-path", "true"],
|
|
["npm", "config", "set", "color", "false"],
|
|
["npm", "install"]
|
|
],
|
|
"services": [
|
|
{
|
|
"name": "TepexoffBot",
|
|
"restart_after_update": true,
|
|
"env": [
|
|
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/go/bin:/usr/go/bin"
|
|
],
|
|
"cmd": ["./node_modules/.bin/babel-node", "main.js"]
|
|
}
|
|
]
|
|
} |