Files
IKEA-Canada-Support/rolemanager/package.json
2021-11-13 19:56:08 -06:00

14 lines
403 B
JSON

{
"name": "ikea-rolemanager",
"main": "index.ts",
"scripts": {
"start": "ts-node .",
"ts-node": "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"
}
}