UNPKG

mongoojs

Version:

A next generation runtime js data validator based on mongo syntax

44 lines (43 loc) 966 B
{ "name": "mongoojs", "version": "0.0.1", "description": "A next generation runtime js data validator based on mongo syntax", "type": "module", "main": "dist/bundle.min.js", "exports": { ".": { "import": "./dist/bundle.min.js", "require": "./dist/bundle.min.js" } }, "scripts": { "test": "jest", "build": "node build.js" }, "repository": { "type": "git", "url": "git+https://github.com/maheit/mongojs.git" }, "keywords": [ "mongo-expression-validation", "runtime-js-data-validation", "comparator", "sort", "projection", "dynamic-validator", "runtime-validations", "mongo-js", "mongo-syntax" ], "author": "MaheIT", "license": "MIT", "bugs": { "url": "https://github.com/maheit/mongojs/issues" }, "homepage": "https://github.com/maheit/mongojs#readme", "devDependencies": { "esbuild": "^0.23.1", "jest": "^29.7.0", "prettier": "^3.3.3" } }