{ "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "run-p start-compile start-run", "start-compile": "tsc --watch", "start-run": "browser-sync start --server -w" }, "dependencies": { "@types/p5": "^1.4.3", "browser-sync": "^2.27.10", "npm-run-all": "^4.1.5", "p5": "^1.5.0" } }