{
  "name": "fnguard",
  "main": "fnguard.js",
  "type": "module",
  "readmeFilename": "README.md",
  "description": "javascript function guards",
  "version": "0.6.8",
  "license": "MIT",
  "exports": {
    "import": "./fnguard.js"
  },
  "files": [
    "./fnguard.js"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iambumblehead/fnguard.git"
  },
  "keywords": [
    "guard",
    "function guard",
    "typing",
    "types"
  ],
  "devDependencies": {
    "eslint": "^9.11.1",
    "eslint-plugin-markdown": "^5.0.0"
  },
  "scripts": {
    "lint": "eslint .",
    "test" : "node --test",
    "prepublishOnly": "npm run lint && npm run test"
  }
}
