{
  "name": "treat-like",
  "version": "1.0.0-alpha.3",
  "description": "Simple, flexible and type safe data validating, sanitizing and serialization/deserialization library",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watchAll",
    "build": "tsc",
    "build:watch": "tsc --watch"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/atomAltera/treat-like.git"
  },
  "bugs": {
    "url": "https://github.com/atomAltera/treat-like/issues"
  },
  "homepage": "https://github.com/atomAltera/treat-like",
  "keywords": [
    "validation",
    "sabitization",
    "serialization",
    "deserizalization"
  ],
  "author": {
    "email": "atomaltera@gmail.com",
    "name": "Konstantin Alikhanov"
  },
  "license": "ISC",
  "devDependencies": {
    "@types/jest": "^24.9.1",
    "jest": "^26.0.1",
    "ts-jest": "^26.0.0",
    "typescript": "^4.7.4"
  }
}
