RaspberryRocketeer/frontend/package.json
2023-01-11 12:30:08 +01:00

15 lines
373 B
JSON

{
"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",
"typedoc": "^0.23.24"
}
}