{
  "name": "@codeparticle/formal",
  "version": "2.0.1",
  "description": "A <2kb library for validating data of any kind",
  "keywords": [
    "validation",
    "formal",
    "form",
    "prop-types",
    "codeparticle"
  ],
  "main": "./index.js",
  "module": "./index.mjs",
  "es2015": "./index.mjs",
  "typings": "./index.d.ts",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/codeparticle/formal"
  },
  "author": "Nick Krause <synapseradio@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "case": "^1.6.3"
  }
}