{
  "name": "easier-type-checker",
  "version": "1.0.2",
  "description": "Just advanced version of type checker, made simple to use",
  "main": "dist/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc"
  },
  "keywords": [
    "type-checker",
    "type-validator",
    "types",
    "type-finder"
  ],
  "author": "pixelsymbols",
  "license": "ISC",
  "type": "module"
}
