{
	"name": "isvalid",
	"version": "5.0.3",
	"description": "Async JSON validation library for node.js.",
	"main": "./index.js",
	"type": "module",
	"keywords": [
		"schema",
		"validation",
		"JSON",
		"rest",
		"api",
		"blob",
		"validate",
		"express",
		"connect"
	],
	"devDependencies": {
		"@eslint/eslintrc": "^3.3.5",
		"@eslint/js": "^10.0.1",
		"@trenskow/caseit": "^1.4.24",
		"body-parser": "^2.2.2",
		"chai": "^6.2.2",
		"chai-as-promised": "^8.0.2",
		"eslint": "^10.4.0",
		"express": "^5.2.1",
		"globals": "^17.6.0",
		"mocha": "^11.7.5",
		"supertest": "^7.2.2"
	},
	"scripts": {
		"test": "./node_modules/mocha/bin/mocha.js ./test/index.js"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/trenskow/isvalid.git"
	},
	"license": "MIT",
	"author": {
		"name": "Kristian Trenskow",
		"email": "trenskow@me.com",
		"url": "https://github.com/trenskow"
	},
	"dependencies": {
		"@trenskow/merge": "^0.1.57"
	}
}
