{
  "name": "typ3s",
  "version": "4.1.0",
  "description": "Allow define type on json",
  "scripts": {
    "test": "npx jest --config jest-unit-config.json"
  },
  "keywords": [
    "json",
    "types",
    "serialized",
    "schema",
    "stringify"
  ],
  "author": "Flavio Lionel Rita <flaviolrita@proton.me>",
  "license": "MIT",
  "homepage": "https://data7expressions.github.com/wiki/typ3s",
  "bugs": {
    "url": "https://github.com/data7expressions/wiki/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "main": "index.js",
  "types": "index.d.ts",
  "dependencies": {
    "h3lp": "^4.1.0"
  }
}