onvif-nvt-ts
Version:
Wrapper for ONVIF spec to control NVT (Network Video Transitter) devices. Forked and added TypeScript support from onvif-nvt.
50 lines (49 loc) • 1.15 kB
JSON
{
"name": "onvif-nvt-ts",
"version": "0.3.2",
"description": "Wrapper for ONVIF spec to control NVT (Network Video Transitter) devices. Forked and added TypeScript support from onvif-nvt.",
"main": "dist/index.js",
"scripts": {
"build": "npx tsc",
"test": "jest"
},
"keywords": [
"node",
"nodejs",
"onvif",
"nvt",
"ipcamera",
"camera",
"ptz"
],
"author": "Jeff Galbraith <jeff.galbraith@xendra.com>",
"license": "MIT",
"engines": {
"node": ">= 10.18.1",
"npm": ">= 6.13.4"
},
"dependencies": {
"pretty-data": "^0.40.0",
"request": "^2.88.2",
"url-parse": "^1.5.1",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@types/jest": "^26.0.22",
"@types/node": "^14.14.41",
"@types/pretty-data": "^0.40.0",
"@types/request": "^2.48.5",
"@types/url-parse": "^1.4.3",
"@types/xml2js": "^0.4.8",
"coveralls": "^3.1.0",
"jest": "^26.6.3",
"jsdoc": "^3.6.6",
"prettier": "^2.2.1",
"prettier-plugin-organize-imports": "^1.1.1",
"ts-jest": "^26.5.5",
"typescript": "^4.2.4"
},
"jest": {
"testEnvironment": "node"
}
}