{
  "name": "fck-schema-validator",
  "version": "1.2.8",
  "description": "",
  "main": "lib/index.js",
  "types": "lib/types/index.d.ts",
  "license": "MIT",
  "private": false,
  "scripts": {
    "build": "tsc -p tsconfig-build.json",
    "test": "jest --passWithNoTests --runInBand --no-cache --watch --silent"
  },
  "keywords": [],
  "author": "",
  "devDependencies": {
    "@babel/cli": "^7.16.0",
    "@babel/core": "^7.16.5",
    "@babel/node": "^7.16.5",
    "@babel/preset-env": "^7.16.5",
    "@babel/preset-typescript": "^7.16.5",
    "@types/jest": "^27.0.3",
    "@types/node": "^17.0.2",
    "@types/uuid": "^8.3.3",
    "babel-plugin-module-resolver": "^4.1.0",
    "cpf-cnpj-validator": "^1.0.3",
    "email-validator": "^2.0.4",
    "jest": "^27.4.5",
    "ts-jest": "^27.1.2",
    "ts-node-dev": "^1.1.8",
    "tsconfig-paths": "^3.12.0",
    "typescript": "^4.5.4",
    "uuid": "^8.3.2"
  },
  "peerDependencies": {
    "email-validator": "^2.0.4",
    "uuid": "^8.3.2",
    "cpf-cnpj-validator": "^1.0.3"
  },
  "files": [
    "/lib"
  ]
}
