12 lines
321 B
JSON
12 lines
321 B
JSON
{
|
|
"name": "turingflow-shop-001",
|
|
"version": "1.0.0",
|
|
"description": "Turingflow Shop Template",
|
|
"scripts": {
|
|
"dev": "browser-sync start --server 'html' --files 'html/**/*.html, html/**/*.css, html/**/*.js' --no-notify --host 0.0.0.0 --port 3000"
|
|
},
|
|
"devDependencies": {
|
|
"browser-sync": "^3.0.2"
|
|
}
|
|
}
|