{ "packages": ["nodejs@latest"], "shell": { "init_hook": ["echo 'Welcome to router-dash dev environment!'"], "scripts": { "dev": "npm run dev", "build": "npm run build", "check": "npm run check", "lint": "npm run lint", "format": "npm run format" } } }