{
	"name": "@trenskow/app",
	"version": "0.9.90",
	"description": "A small HTTP router.",
	"type": "module",
	"main": "index.js",
	"scripts": {
		"test": "node ./node_modules/mocha/bin/mocha.js ./test/index.js"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/trenskow/app.git"
	},
	"keywords": [
		"app",
		"rest",
		"http",
		"router",
		"route"
	],
	"author": "Kristian Trenskow <trenskow@me.com>",
	"license": "BSD-2-Clause",
	"bugs": {
		"url": "https://github.com/trenskow/app/issues"
	},
	"homepage": "https://github.com/trenskow/app#readme",
	"devDependencies": {
		"@eslint/eslintrc": "^3.3.5",
		"@eslint/js": "^10.0.1",
		"chai": "^6.2.2",
		"eslint": "^10.5.0",
		"globals": "^17.7.0",
		"mocha": "^11.7.6",
		"supertest": "^7.2.2"
	},
	"dependencies": {
		"@trenskow/api-error": "^2.5.69",
		"@trenskow/caseit": "^1.4.26",
		"@trenskow/units": "^0.2.58"
	}
}
