{
  "name": "cssstyle",
  "description": "CSSStyleDeclaration Object Model implementation",
  "keywords": [
    "CSS",
    "CSSStyleDeclaration",
    "StyleSheet"
  ],
  "version": "5.3.5",
  "homepage": "https://github.com/jsdom/cssstyle",
  "maintainers": [
    {
      "name": "Jon Sakas",
      "email": "jon.sakas@gmail.com",
      "url": "https://jon.sakas.co/"
    },
    {
      "name": "Rafał Ruciński",
      "email": "fatfisz@gmail.com",
      "url": "https://fatfisz.com"
    }
  ],
  "contributors": [
    {
      "name": "Chad Walker",
      "email": "chad@chad-cat-lore-eddie.com",
      "url": "https://github.com/chad3814"
    }
  ],
  "repository": "jsdom/cssstyle",
  "bugs": "https://github.com/jsdom/cssstyle/issues",
  "directories": {
    "lib": "./lib"
  },
  "files": [
    "lib/"
  ],
  "main": "./lib/CSSStyleDeclaration.js",
  "dependencies": {
    "@asamuzakjp/css-color": "^4.1.1",
    "@csstools/css-syntax-patches-for-csstree": "^1.0.21",
    "css-tree": "^3.1.0"
  },
  "devDependencies": {
    "@babel/generator": "^7.28.5",
    "@babel/parser": "^7.28.5",
    "@babel/traverse": "^7.28.5",
    "@babel/types": "^7.28.5",
    "@domenic/eslint-config": "^4.0.1",
    "@webref/css": "^8.1.1",
    "eslint": "^9.39.1",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.4",
    "globals": "^16.5.0",
    "npm-run-all": "^4.1.5",
    "prettier": "^3.7.4",
    "resolve": "^1.22.11"
  },
  "scripts": {
    "download": "node ./scripts/downloadLatestProperties.mjs",
    "lint": "eslint --max-warnings 0",
    "lint:fix": "eslint --fix --max-warnings 0",
    "prepare": "run-p prepare:*",
    "prepare:implemented_properties": "node ./scripts/generateImplementedProperties.mjs",
    "prepare:properties": "node ./scripts/generateProperties.js",
    "test": "node --test"
  },
  "license": "MIT",
  "engines": {
    "node": ">=20"
  }
}
