{
  "name": "has-tostringtag",
  "version": "1.0.2",
  "author": {
    "name": "Jordan Harband",
    "email": "ljharb@gmail.com",
    "url": "http://ljharb.codes"
  },
  "funding": {
    "url": "https://github.com/sponsors/ljharb"
  },
  "description": "Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.",
  "license": "MIT",
  "main": "index.js",
  "types": "./index.d.ts",
  "exports": {
    ".": [
      {
        "types": "./index.d.ts",
        "default": "./index.js"
      },
      "./index.js"
    ],
    "./shams": [
      {
        "types": "./shams.d.ts",
        "default": "./shams.js"
      },
      "./shams.js"
    ],
    "./package.json": "./package.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/inspect-js/has-tostringtag.git"
  },
  "homepage": "https://github.com/inspect-js/has-tostringtag#readme",
  "devDependencies": {
    "@ljharb/eslint-config": "^21.1.0",
    "@types/has-symbols": "^1.0.2",
    "@types/tape": "^5.6.4",
    "aud": "^2.0.4",
    "auto-changelog": "^2.4.0",
    "core-js": "^2.6.12",
    "eslint": "=8.8.0",
    "get-own-property-symbols": "^0.9.5",
    "in-publish": "^2.0.1",
    "npmignore": "^0.3.1",
    "nyc": "^10.3.2",
    "safe-publish-latest": "^2.0.0",
    "tape": "^5.7.4",
    "typescript": "next"
  },
  "engines": {
    "node": ">= 0.4"
  },
  "auto-changelog": {
    "output": "CHANGELOG.md",
    "template": "keepachangelog",
    "unreleased": false,
    "commitLimit": false,
    "backfillLimit": false,
    "hideCredit": true
  },
  "publishConfig": {
    "ignore": [
      ".github/workflows"
    ]
  },
  "dependencies": {
    "has-symbols": "^1.0.3"
  }
}