@berlund/purge
Version:
The Practical and Useful Recording Group Eraser. Removes all recording groups from an Axis S3008 Recorder
42 lines (41 loc) • 991 B
JSON
{
"name": "@berlund/purge",
"version": "1.0.4",
"description": "The Practical and Useful Recording Group Eraser. Removes all recording groups from an Axis S3008 Recorder",
"main": "index.js",
"keywords": [
"axis",
"s3008",
"nvr"
],
"scripts": {
"build": "tsc --build tsconfig.json",
"test": "node_modules/.bin/mocha",
"test-cov": "nyc npm test && nyc report --reporter=text-lcov > coverage.lcov"
},
"author": "Lars Engel, [berlund](https://github.com/berlund)",
"engines": {
"node": ">=12.0.0"
},
"bin": {
"nvr-purge": "./index.js"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/berlund/purge"
},
"dependencies": {
"fast-xml-parser": "^3.17.4",
"he": "^1.2.0",
"urllib": "^2.36.1",
"yargs": "^16.1.0"
},
"devDependencies": {
"@types/node": "^14.14.6",
"chai": "^4.2.0",
"istanbul": "^0.4.5",
"mocha": "^8.2.1",
"nock": "^13.0.4"
}
}