{
  "name": "dom-accessibility-api",
  "description": "Implements https://w3c.github.io/accname/",
  "version": "0.5.16",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "type": "commonjs",
  "exports": {
    "import": "./dist/index.mjs",
    "require": "./dist/index.js"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/eps1lon/dom-accessibility-api.git"
  },
  "files": [
    ".browserslistrc",
    "dist/"
  ],
  "devDependencies": {
    "@babel/cli": "^7.14.3",
    "@babel/core": "^7.14.3",
    "@babel/plugin-proposal-class-properties": "^7.13.0",
    "@babel/preset-env": "^7.14.4",
    "@babel/preset-typescript": "^7.13.0",
    "@changesets/changelog-github": "^0.4.0",
    "@changesets/cli": "^2.16.0",
    "@testing-library/dom": "^8.0.0",
    "@types/jest": "^29.0.0",
    "@typescript-eslint/eslint-plugin": "^5.0.0",
    "@typescript-eslint/parser": "^5.0.0",
    "concurrently": "^7.0.0",
    "cross-env": "^7.0.3",
    "cypress": "^12.0.0",
    "eslint": "^7.27.0",
    "eslint-plugin-jest": "^27.0.0",
    "jest": "^29.0.0",
    "jest-diff": "^29.0.0",
    "jest-environment-jsdom": "^29.0.0",
    "jest-junit": "^15.0.0",
    "js-yaml": "^4.1.0",
    "jsdom": "^20.0.0",
    "minimatch": "^6.0.0",
    "mocha": "^10.0.0",
    "mocha-sugar-free": "^1.4.0",
    "prettier": "^2.3.0",
    "q": "^1.5.1",
    "request": "^2.88",
    "request-promise-native": "^1.0.9",
    "rimraf": "^4.0.0",
    "serve": "^14.0.0",
    "typescript": "^4.3.2"
  },
  "resolutions": {
    "**/kind-of": "^6.0.3",
    "**/minimist": "^1.2.2"
  },
  "prettier": {
    "useTabs": true
  },
  "publishConfig": {
    "access": "public"
  }
}