{
  "name": "@shedevro/assert",
  "version": "1.4.2",
  "description": "Assertion typescript library for better, comfortable and safe coding. See readme!",
  "keywords": [
    "web",
    "utils",
    "assert",
    "asserts",
    "assertion",
    "assertions",
    "typescript",
    "ts",
    "type",
    "types",
    "ckeck",
    "valid",
    "validation",
    "guard",
    "typeguard",
    "safe"
  ],
  "author": "Shedevro <worldschaos@gmail.com>",
  "homepage": "https://github.com/Shedevro/web-utils/tree/master/packages/assert#readme",
  "license": "MIT",
  "type": "module",
  "main": "./dist/index.cjs",
  "types": "./dist/index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs",
      "types": "./dist/index.d.ts"
    }
  },
  "directories": {
    "lib": "dist"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Shedevro/web-utils.git"
  },
  "bugs": {
    "url": "https://github.com/Shedevro/web-utils/issues"
  },
  "scripts": {
    "build": "rollup -c",
    "prebuild": "rimraf ./dist",
    "postbuild": "lerna bootstrap",
    "lint": "npx eslint"
  },
  "dependencies": {
    "@shedevro/core": "1.4.2"
  },
  "gitHead": "a539a32d058a1af273246e09987319801a03a136"
}
