blob: 51c61505ede4372ce061fc7e09866f1e300e8b29 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
{
"scripts": {
"start": "snowpack dev",
"build": "snowpack build",
"test": "echo \"This template does not include a test runner by default.\" && exit 1"
},
"devDependencies": {
"snowpack": "^3.3.7"
}
}
|