mirror of
https://github.com/koush/scrypted.git
synced 2026-02-03 14:13:28 +00:00
21 lines
469 B
JSON
21 lines
469 B
JSON
{
|
|
"name": "@scrypted/h264-repacketizer",
|
|
"version": "0.0.7",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"prebuild": "rimraf dist",
|
|
"build": "tsc --outDir dist",
|
|
"prepublishOnly": "npm run build",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/node": "^18.11.18",
|
|
"rimraf": "^4.1.1",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^4.7.4"
|
|
}
|
|
}
|