UNPKG

dilswer

Version:

Blazingly fast data validation library with TypeScript integration.

69 lines (68 loc) 1.75 kB
{ "name": "dilswer", "version": "3.0.2", "main": "./dist/legacy/index.js", "types": "./dist/types/index.d.ts", "exports": { ".": { "types": "./dist/types/index.d.ts", "import": "./dist/esm/index.mjs", "require": "./dist/cjs/index.cjs" } }, "license": "MIT", "repository": { "url": "https://github.com/ncpa0/Dilswer" }, "author": { "name": "Szymon Bretner (ncpa0cpl)", "url": "https://github.com/ncpa0cpl" }, "description": "Blazingly fast data validation library with TypeScript integration.", "keywords": [ "data", "type", "validator", "validation", "typescript", "json", "schema", "json-schema" ], "scripts": { "build": "node ./scripts/build.cjs", "test:tsc": "tsc --noEmit", "test:unit": "jest --coverage", "test:fmt": "dprint check", "test:lint": "oxlint .", "lint": "oxlint --fix .", "fmt": "dprint fmt", "benchmark": "NODE_PATH=/usr/local/lib/node_modules node ./benchmark/fast-validator.js", "prepare": "husky install" }, "devDependencies": { "@ncpa0cpl/nodepack": "^2.3.3", "@swc/core": "^1.11.8", "@swc/jest": "^0.2.37", "@types/jest": "^29.5.14", "ajv": "^8.17.1", "arktype": "^2.1.9", "axios": "^1.8.3", "benchmark": "^2.1.4", "dprint": "^0.49.0", "esbuild": "0.25.1", "git-hook-tasks": "git+https://github.com/ncpa0cpl/git-hook-tasks#2.0.1", "husky": "^8.0.3", "jest": "^29.7.0", "oxlint": "^0.15.14", "pr-changelog-gen": "^1.1.3", "typescript": "^5.8.2", "valibot": "^1.0.0-rc.4", "zod": "^3.24.2" }, "dependencies": { "@types/json-schema": "^7.0.15" }, "packageManager": "yarn@1.22.19", "sideEffects": false }