rtsp-stream/package.json

28 lines
609 B
JSON
Raw Normal View History

{
2020-12-11 00:43:47 +00:00
"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"
}
}