14 lines
346 B
JSON
14 lines
346 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"
|
|
}
|
|
}
|