{
  "name": "spectypes",
  "version": "2.1.11",
  "private": false,
  "description": "Fast, compiled, eval-free data validator/transformer",
  "sideEffects": false,
  "main": "./dist/cjs/index.js",
  "module": "./dist/mjs/index.js",
  "react-native": "./dist/mjs/index.js",
  "exports": {
    ".": {
      "require": "./dist/cjs/index.js",
      "default": "./dist/mjs/index.js"
    },
    "./package.json": "./package.json"
  },
  "type": "module",
  "scripts": {
    "update-version": "npm version",
    "build:ts": "tsc -p configs/tsconfig.cjs.json && tsc -p configs/tsconfig.mjs.json",
    "build": "rm -rf dist && npm run build:ts && echo '{ \"type\": \"commonjs\" }' >> dist/cjs/package.json"
  },
  "keywords": [
    "validation",
    "validator"
  ],
  "files": [
    "dist",
    "src"
  ],
  "bugs": {
    "url": "https://github.com/iyegoroff/spectypes/issues"
  },
  "homepage": "https://github.com/iyegoroff/spectypes#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iyegoroff/spectypes.git"
  },
  "author": "iyegoroff <iegoroff@gmail.com>",
  "license": "MIT"
}
