moq-rs/player/package.json

14 lines
285 B
JSON
Raw Normal View History

2022-06-29 16:17:02 +00:00
{
"source": "src/index.html",
"scripts": {
"serve": "parcel serve --https --port 4444",
2022-06-29 16:17:02 +00:00
"build": "parcel build",
"check": "tsc --noEmit"
},
"devDependencies": {
"@parcel/validator-typescript": "^2.6.0",
"parcel": "^2.6.0",
"typescript": ">=3.0.0"
}
}