28 lines
609 B
JSON
28 lines
609 B
JSON
{
|
|
"name": "rtsp-stream",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "tsc --build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://git@thebword.ddns.net:3122/watsonb8/rtsp-stream.git"
|
|
},
|
|
"keywords": [
|
|
"rtsp",
|
|
"typescript"
|
|
],
|
|
"author": "Brandon Watson",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"child_process": "^1.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^14.14.6",
|
|
"node-common": "git+ssh://git@thebword.ddns.net:3122/watsonb8/node-common.git"
|
|
}
|
|
}
|