Files
IKEA-Canada-Support/rolemanager/package.json
2021-07-11 18:56:02 -05:00

13 lines
368 B
JSON

{
"name": "rolemanager",
"main": "index.ts",
"scripts": {
"start": "ts-node .",
"watchdog": "./run.sh",
"tmux": "tmux new-session -d -s $npm_package_name \"./run.sh\"",
"resume": "tmux a -t $npm_package_name",
"log": "tail -f log/$(cat log/number).out",
"logerr": "tail -f log/$(cat log/number).err"
}
}