mirror of
https://github.com/theoludwig/html-w3c-validator.git
synced 2024-10-29 22:17:28 +01:00
14 lines
327 B
JSON
14 lines
327 B
JSON
{
|
|
"name": "example",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "serve ./build",
|
|
"test:html-w3c-validator": "start-server-and-test 'start' 'http://localhost:3000' 'html-w3c-validator'"
|
|
},
|
|
"devDependencies": {
|
|
"serve": "13.0.2",
|
|
"start-server-and-test": "1.14.0",
|
|
"html-w3c-validator": "file:.."
|
|
}
|
|
}
|