{
	"dependencies": {
		"semver": "^5.5.0"
	},
	"devDependencies": {
		"arrow": "^*",
		"async": "^1.5.0",
		"lodash": "^3.10.1",
		"chai": "^4.1.2",
		"mocha": "^5.0.0",
		"nyc": "^11.4.1"
	},
	"scripts": {
		"test": "cross-env NODE_ENV=test nyc --reporter=lcov --reporter=text-summary mocha ./test --recursive -R spec",
		"posttest": "nyc check-coverage --lines 80 --branches 80 --functions 80"
	}
}
