{ "version": "0.0.0", "private": true, "scripts": { "setup": "git submodule update --init --recursive && git pull && yarn install --frozen-lockfile && npm install -g -u jacdac-cli", "build": "cd compiler && yarn build", "build-fast": "cd compiler && yarn build-fast", "watch": "cd compiler && yarn watch", "docs": "cd website && yarn start", "dev": "yarn watch & yarn docs", "test": "node ./cli/devicescript ctool --test" }, "workspaces": [ "compiler", "cli", "runtime/devicescript-vm" ] }