2026-02-22 00:03:35 +01:00

44 lines
1.0 KiB
JSON

{
"name": "cssstyle",
"description": "An implementation of the CSSStyleDeclaration class from the CSS Object Model specification",
"keywords": [
"CSS",
"CSSStyleDeclaration",
"StyleSheet"
],
"version": "6.0.1",
"repository": {
"type": "git",
"url": "git+https://github.com/jsdom/cssstyle.git"
},
"files": [
"lib/"
],
"main": "./lib/index.js",
"dependencies": {
"@asamuzakjp/css-color": "^4.1.2",
"@csstools/css-syntax-patches-for-csstree": "^1.0.26",
"css-tree": "^3.1.0",
"lru-cache": "^11.2.5"
},
"devDependencies": {
"@domenic/eslint-config": "^4.1.0",
"@webref/css": "^8.2.4",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"globals": "^17.3.0",
"prettier": "^3.8.1"
},
"scripts": {
"lint": "eslint --max-warnings 0",
"lint:fix": "eslint --fix --max-warnings 0",
"prepare": "node ./scripts/prepare.mjs",
"test": "node --test"
},
"license": "MIT",
"engines": {
"node": ">=20"
}
}