isvalid
Version:
Async JSON validation library for node.js.
48 lines (47 loc) • 946 B
JSON
{
"name": "isvalid",
"version": "5.0.21",
"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.6",
"@eslint/js": "^10.0.1",
"@trenskow/caseit": "^1.4.30",
"body-parser": "^2.3.0",
"chai": "^6.2.2",
"chai-as-promised": "^8.0.2",
"eslint": "^10.8.0",
"express": "^5.2.1",
"globals": "^17.9.0",
"mocha": "^11.8.0",
"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.64"
}
}