{
  "name": "@prettier/parse-srcset",
  "version": "3.1.0",
  "description": "A spec-conformant JavaScript parser for the HTML5 srcset attribute",
  "exports": "./index.js",
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "type": "module",
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "test": "node --test",
    "test-coverage": "c8 node --test",
    "release": "np --yolo --no-yarn"
  },
  "c8": {
    "reporter": [
      "lcov",
      "text"
    ],
    "include": [
      "src"
    ]
  },
  "repository": "prettier/parse-srcset",
  "author": "Alex Bell <alex@bellandwhistle.net>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/prettier/parse-srcset/issues"
  },
  "homepage": "https://github.com/prettier/parse-srcset#readme",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "c8": "8.0.0",
    "he": "1.2.0"
  },
  "packageManager": "yarn@3.2.2"
}
