fast-calorie/package.json

9 lines
212 B
JSON
Raw Normal View History

2020-09-19 21:38:26 +00:00
{
"scripts": {
2020-09-20 02:12:48 +00:00
"start": "npx live-server --mount=/:./public/",
2020-09-19 21:38:26 +00:00
"test": "echo \"This template does not include a test runner by default.\" && exit 1"
},
2020-09-20 02:12:48 +00:00
"dependencies": {},
"devDependencies": {}
2020-09-19 21:38:26 +00:00
}