{
	"name": "uomlibraryapps-card-scanner-hybrid-local",
	"version": "1.2.11",
	"author": "UoM Library DTS",
	"license": "ISC",
	"description": "Library Node.js app for UoM card scanning (hybrid-local)",
	"main": "dist/cli.js",
	"scripts": {
		"start": "node dist/cli.js"
	},
	"bin": {
		"uomlibraryapps-card-scanner-local": "./dist/cli.js"
	},
	"dependencies": {
		"express": "^4.17.1",
		"nodecommons-cli": "^1.3.0",
		"nodecommons-express": "^1.4.5",
		"nodecommons-file": "^1.7.0",
		"nodecommons-rest": "^2.3.10",
		"picommons-kiosk": "^3.4.10",
		"tscommons-core": "^1.18.2",
		"uomlibraryapps-card-scanner-events": "^0.7.16",
		"uomlibraryapps-card-scanner-hybrid": "^0.3.23",
		"uomlibrarycommons-card-scanner": "^0.0.3"
	},
	"devDependencies": {
		"@types/express": "^4.17.6"
	},
	"files": [
		"dist/**/*",
		"angular/**/*",
		"config/uomlibraryapps-card-scanner.json",
		"data/README.txt"
	]
}
