PATH:
usr
/
lib
/
node_modules
/
pm2
#!/bin/bash SCRIPT_PATH="$(dirname "$0")/../lib/binaries/CLI.js" # Check if 'bun' is available, otherwise use 'node' if command -v bun &> /dev/null then bun "$SCRIPT_PATH" "$@" else node "$SCRIPT_PATH" "$@" fi
[+]
node_modules
[-] GNU-AGPL-3.0.txt
[edit]
[-] npm-shrinkwrap.json
[edit]
[-] constants.js
[edit]
[-] bun.lock
[edit]
[-] README.md
[edit]
[-] .gitattributes
[edit]
[-] pm2
[edit]
[+]
lib
[-] package.json
[edit]
[-] run.sh
[edit]
[+]
bin
[-] CONTRIBUTING.md
[edit]
[-] preinstall.js
[edit]
[+]
..
[+]
.claude
[-] LICENSE
[edit]
[-] .mocharc.js
[edit]
[-] unit_time
[edit]
[+]
types
[-] paths.js
[edit]
[-] index.js
[edit]
[-] CHANGELOG.md
[edit]