{
  "name": "available-typed-arrays",
  "version": "1.0.7",
  "description": "Returns an array of Typed Array names that are available in the current environment",
  "main": "index.js",
  "type": "commonjs",
  "exports": {
    ".": "./index.js",
    "./package.json": "./package.json"
  },
  "types": "./index.d.ts",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/inspect-js/available-typed-arrays.git"
  },
  "author": "Jordan Harband <ljharb@gmail.com>",
  "funding": {
    "url": "https://github.com/sponsors/ljharb"
  },
  "license": "MIT",
  "homepage": "https://github.com/inspect-js/available-typed-arrays#readme",
  "engines": {
    "node": ">= 0.4"
  },
  "devDependencies": {
    "@ljharb/eslint-config": "^21.1.0",
    "@types/array.prototype.every": "^1.1.1",
    "@types/isarray": "^2.0.2",
    "@types/tape": "^5.6.4",
    "array.prototype.every": "^1.1.5",
    "aud": "^2.0.4",
    "auto-changelog": "^2.4.0",
    "eslint": "=8.8.0",
    "evalmd": "^0.0.19",
    "in-publish": "^2.0.1",
    "isarray": "^2.0.5",
    "npmignore": "^0.3.1",
    "nyc": "^10.3.2",
    "safe-publish-latest": "^2.0.0",
    "tape": "^5.7.4",
    "typescript": "^5.4.0-dev.20240131"
  },
  "auto-changelog": {
    "output": "CHANGELOG.md",
    "template": "keepachangelog",
    "unreleased": false,
    "commitLimit": false,
    "backfillLimit": false,
    "hideCredit": true
  },
  "publishConfig": {
    "ignore": [
      ".github/workflows"
    ]
  },
  "dependencies": {
    "possible-typed-array-names": "^1.0.0"
  }
}