{ "name": "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" } }