16 lines
454 B
JSON
16 lines
454 B
JSON
{
|
|
"source": "src/index.html",
|
|
"scripts": {
|
|
"serve": "parcel serve --https --cert ../cert/localhost.crt --key ../cert/localhost.key --host localhost --port 4444 --open",
|
|
"build": "parcel build",
|
|
"check": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"@parcel/transformer-inline-string": "2.8.3",
|
|
"@parcel/validator-typescript": "^2.6.0",
|
|
"@types/dom-webcodecs": "^0.1.6",
|
|
"parcel": "^2.8.0",
|
|
"typescript": ">=3.0.0"
|
|
}
|
|
}
|