1 2 3 4 5 6 7 8 9
{ "name": "task-keeper-demo", "scripts": { "start": "echo start", "test": "this is a test result", "hello": "echo hello", "prehello": "echo prehello" } }