{ "packages": [ "nodejs@18", "jdk@17.0.10" ], "shell": { "init_hook": [ "npm install", "npm run build" ], "scripts": { "run_test": "npm run start" } } }