{
  "name": "web-features",
  "description": "Curated list of Web platform features",
  "version": "3.34.0",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/web-platform-dx/web-features.git",
    "directory": "packages/web-features"
  },
  "type": "module",
  "main": "index.js",
  "exports": {
    ".": "./index.js",
    "./data.json": "./data.json",
    "./data.schema.json": "./data.schema.json"
  },
  "types": "./index.d.ts",
  "files": [
    "index.d.ts",
    "types.d.ts",
    "types.quicktype.d.ts",
    "index.js",
    "data.json",
    "data.schema.json"
  ],
  "scripts": {
    "prepare": "tsc && rm types.js && rm types.quicktype.js"
  },
  "devDependencies": {
    "@types/node": "^22.20.0",
    "typescript": "^6.0.3"
  }
}
