{
  "name": "s-validator",
  "version": "0.0.9",
  "repository": {
    "type": "git",
    "url": "https://github.com/Ntropish/s-validator"
  },
  "description": "",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/src/index.d.ts",
  "scripts": {
    "test": "vitest run",
    "test:watch": "vitest",
    "build": "vite build"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {},
  "devDependencies": {
    "vite": "^7.0.4",
    "vite-plugin-dts": "^4.5.4",
    "vitest": "^3.2.4",
    "@faker-js/faker": "^9.9.0"
  }
}
