Spaces:
Sleeping
Sleeping
| { | |
| "name": "@adobe/css-tools", | |
| "version": "4.5.0", | |
| "description": "A modern CSS parser and stringifier with TypeScript support", | |
| "source": "src/index.ts", | |
| "main": "./dist/cjs/adobe-css-tools.cjs", | |
| "module": "./dist/esm/adobe-css-tools.mjs", | |
| "browser": "./dist/umd/adobe-css-tools.js", | |
| "sideEffects": false, | |
| "exports": { | |
| ".": { | |
| "import": "./dist/esm/adobe-css-tools.mjs", | |
| "require": "./dist/cjs/adobe-css-tools.cjs" | |
| }, | |
| "./package.json": "./package.json" | |
| }, | |
| "types": "./dist/esm/adobe-css-tools.d.mts", | |
| "type": "module", | |
| "files": [ | |
| "dist/cjs", | |
| "dist/esm", | |
| "dist/umd", | |
| "src", | |
| "README.md", | |
| "docs/" | |
| ], | |
| "devDependencies": { | |
| "@arethetypeswrong/cli": "^0.18.2", | |
| "@biomejs/biome": "^2.1.2", | |
| "@rollup/plugin-commonjs": "^29.0.0", | |
| "@rollup/plugin-node-resolve": "^16.0.1", | |
| "@rollup/plugin-terser": "^1.0.0", | |
| "@rollup/plugin-typescript": "^12.1.4", | |
| "@types/benchmark": "^2.1.1", | |
| "@types/bytes": "^3.1.5", | |
| "@types/jest": "^30.0.0", | |
| "@types/node": "^25.0.3", | |
| "benchmark": "^2.1.4", | |
| "bytes": "^3.1.0", | |
| "jest": "^30.0.5", | |
| "rollup": "^4.45.1", | |
| "rollup-plugin-dts": "^6.2.1", | |
| "ts-jest": "^29.4.10", | |
| "tslib": "^2.8.1", | |
| "typescript": "^6.0.2" | |
| }, | |
| "scripts": { | |
| "benchmark": "npm run build && node benchmark/index.mjs", | |
| "test": "jest", | |
| "clean": "rm -rf ./dist", | |
| "build": "rollup -c", | |
| "fix": "biome check --write", | |
| "check-package-bundle": "attw --pack .", | |
| "lint": "biome check", | |
| "prebuild": "npm run clean", | |
| "prepack": "rollup -c", | |
| "posttest": "npm run lint", | |
| "postbuild": "tar -czf dist/archive.tgz LICENSE README.md dist/cjs dist/esm dist/umd docs package.json && npx attw --format ascii dist/archive.tgz && rm dist/archive.tgz" | |
| }, | |
| "author": "TJ Holowaychuk <tj@vision-media.ca>", | |
| "contributors": [ | |
| "Jean-Philippe Zolesio <holblin@gmail.com>" | |
| ], | |
| "license": "MIT", | |
| "repository": { | |
| "type": "git", | |
| "url": "https://github.com/adobe/css-tools.git" | |
| }, | |
| "keywords": [ | |
| "css", | |
| "parser", | |
| "stringifier", | |
| "stylesheet", | |
| "ast", | |
| "typescript", | |
| "css-parser", | |
| "css-ast", | |
| "css-tools", | |
| "minify", | |
| "format", | |
| "preprocessor" | |
| ] | |
| } | |