{
	"main": "app.js",
	"healthCheck": true,
	"scripts": {
		"test": "nyc --reporter=lcov --reporter=text-summary mocha ./test --recursive -R spec --exit",
		"posttest": "nyc check-coverage --lines 80 --branches 80 --functions 80 --statements 80"
	},
	"dependencies": {
		"nodehandler-base64": "^1.1.0",
		"nodehandler-dot": "^1.1.0",
		"nodehandler-json": "^1.1.0"
	},
	"devDependencies": {
		"arrow": "^*",
		"chai": "^4.2.0",
		"mocha": "^6.1.4",
		"nyc": "^14.1.1"
	}
}
