{
  "name": "cssdb",
  "version": "7.11.2",
  "type": "module",
  "description": "A comprehensive list of CSS features and their positions in the process of becoming implemented web standards",
  "author": "Jonathan Neal <jonathantneal@hotmail.com>",
  "license": "CC0-1.0",
  "funding": [
    {
      "type": "opencollective",
      "url": "https://opencollective.com/csstools"
    },
    {
      "type": "github",
      "url": "https://github.com/sponsors/csstools"
    }
  ],
  "repository": "csstools/cssdb",
  "homepage": "https://github.com/csstools/cssdb#readme",
  "main": "cssdb.json",
  "module": "cssdb.mjs",
  "files": [
    "cssdb.json",
    "cssdb.mjs"
  ],
  "exports": {
    ".": {
      "import": "./cssdb.mjs",
      "require": "./cssdb.json",
      "default": "./cssdb.json"
    }
  },
  "devDependencies": {
    "@mdn/browser-compat-data": "^5.5.14",
    "browserslist": "^4.22.3",
    "glob": "^10.3.7",
    "lodash.get": "^4.4.2",
    "postcss": "^8.4.35",
    "postcss-cli": "^11.0.0",
    "postcss-preset-env": "^9.4.0",
    "semver": "^7.6.0",
    "stylelint": "^16.2.1",
    "stylelint-config-standard": "^36.0.0"
  },
  "stylelint": {
    "extends": "stylelint-config-standard",
    "rules": {
      "property-no-unknown": [
        true,
        {
          "ignoreProperties": [
            "font-smoothing"
          ]
        }
      ],
      "selector-class-pattern": null,
      "no-descending-specificity": null,
      "value-keyword-case": null
    }
  },
  "volta": {
    "node": "20.10.0"
  }
}