ts-onvif
Version:
Client to ONVIF NVT devices
79 lines (78 loc) • 2.14 kB
JSON
{
"name": "ts-onvif",
"version": "1.0.0-alpha.1",
"author": "Andrew D.Laptev <a.d.laptev@gmail.com>",
"description": "Client to ONVIF NVT devices",
"main": "build/index.js",
"scripts": {
"build": "tsc --build",
"typedoc": "typedoc --excludeExternals --plugin typedoc-plugin-missing-exports src/index.ts",
"lint": "",
"pretest": "npm run lint",
"test-local": "jest --env=node --runInBand --colors --coverage test",
"test": "./__tests__/happytime-onvif-server/start.sh & jest --env=node --runInBand --colors --coverageReporters=\"json-summary\" --coverage test && ./__tests__/happytime-onvif-server/stop.sh"
},
"contributors": [
{
"name": "Andrew D.Laptev",
"email": "a.d.laptev@gmail.com",
"url": "https://github.com/agsh/onvif"
},
{
"name": "Chris Wiggins",
"email": "chris@wiggins.nz",
"url": "https://github.com/chriswiggins"
},
{
"name": "Roger Hardiman",
"email": "opensource@rjh.org.uk",
"url": "http://www.rjh.org.uk"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/agsh/onvif.git#v1"
},
"dependencies": {
"xml2js": "^0.6.2"
},
"keywords": [
"onvif",
"video",
"PTZ",
"camera",
"ip camera",
"CCTV",
"security",
"RTSP"
],
"license": "MIT",
"engines": {
"node": ">=16.0"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^20.11.24",
"@types/xml2js": "^0.4.14",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"chalk": "^4.1.2",
"dot": "^1.1.3",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.3",
"glob": "^10.3.10",
"jest": "^29.7.0",
"keypress": "^0.2.1",
"nimble": "^0.0.2",
"prettier": "^3.2.5",
"ts-jest": "^29.2.6",
"tsx": "^4.15.8",
"typedoc": "^0.28.2",
"typedoc-plugin-missing-exports": "^4.0.0",
"typescript": "^5.8.2"
}
}