mirror of
https://github.com/skoelle/PeopleCostCounter.git
synced 2026-09-17 20:00:25 +00:00
12 lines
203 B
JSON
12 lines
203 B
JSON
{
|
|
"name": "people-cost-counter",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"html-validate": "^11.0.0"
|
|
},
|
|
"scripts": {
|
|
"lint:html": "html-validate \"**/*.html\""
|
|
}
|
|
}
|