{
	"name": "@dkx/http-middleware-cors",
	"version": "0.0.3",
	"description": "CORS middleware for @dkx/http-server",
	"repository": "git@gitlab.com:dkx/http/middlewares/cors.git",
	"author": "David Kudera <kudera.d@gmail.com>",
	"license": "MIT",
	"main": "./lib/index.js",
	"types": "./lib/index.d.ts",
	"dependencies": {
		"@dkx/http-server": "^1.5.0"
	},
	"devDependencies": {
		"@types/chai": "^4.1.6",
		"@types/mocha": "^5.2.5",
		"@types/node": "^10.12.0",
		"chai": "^4.2.0",
		"mocha": "^5.2.0",
		"ts-node": "^7.0.1",
		"typescript": "^3.1.3"
	},
	"scripts": {
		"build": "tsc",
		"watch": "tsc --watch",
		"test": "mocha -r ts-node/register 'test/tests/**/*.ts'"
	}
}
