moq-rs/web/package.json

25 lines
690 B
JSON
Raw Normal View History

2022-06-29 16:17:02 +00:00
{
2023-05-16 17:23:50 +00:00
"license": "Apache-2.0",
2022-06-29 16:17:02 +00:00
"source": "src/index.html",
"scripts": {
2023-05-16 17:23:50 +00:00
"serve": "parcel serve --https --cert ../cert/localhost.crt --key ../cert/localhost.key --port 4444 --open",
2022-06-29 16:17:02 +00:00
"build": "parcel build",
2023-05-22 22:54:30 +00:00
"check": "tsc --noEmit",
"lint": "eslint ."
2022-06-29 16:17:02 +00:00
},
"devDependencies": {
2023-03-28 05:57:18 +00:00
"@parcel/transformer-inline-string": "2.8.3",
2022-06-29 16:17:02 +00:00
"@parcel/validator-typescript": "^2.6.0",
2023-04-02 01:34:10 +00:00
"@types/audioworklet": "^0.0.41",
2023-03-28 05:57:18 +00:00
"@types/dom-webcodecs": "^0.1.6",
2023-05-22 22:54:30 +00:00
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"eslint": "^8.41.0",
2023-03-27 22:54:41 +00:00
"parcel": "^2.8.0",
2023-05-22 22:54:30 +00:00
"typescript": "^5.0.4"
},
"dependencies": {
"mp4box": "^0.5.2"
2022-06-29 16:17:02 +00:00
}
2023-05-22 22:54:30 +00:00
}