1 2 3 4 5 6 7 8 9
{ "name": "crun-workspace", "private": true, "scripts": { "build": "cargo build --release", "test": "cd tests/integration && npm test", "test:watch": "cd tests/integration && npm run test:watch" } }