{
  "name": "skex",
  "repository": "github:fabiospampinato/skex",
  "description": "A modern schema validation and filtration library with great TypeScript support.",
  "version": "0.3.2",
  "type": "module",
  "sideEffects": false,
  "main": "dist/index.js",
  "exports": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "benchmark": "tsex benchmark",
    "benchmark:watch": "tsex benchmark --watch",
    "clean": "tsex clean",
    "compile": "tsex compile",
    "compile:watch": "tsex compile --watch",
    "test": "tsex test",
    "test:watch": "tsex test --watch",
    "prepublishOnly": "tsex prepare"
  },
  "keywords": [
    "schema",
    "validation",
    "validate",
    "filtration",
    "filter",
    "typescript"
  ],
  "dependencies": {
    "are-deeply-equal": "^1.0.2",
    "duper": "^1.0.1"
  },
  "devDependencies": {
    "fava": "^0.3.0",
    "tsex": "^3.0.1",
    "typescript": "^5.1.6"
  }
}
