{
  "name": "@stylable/code-formatter",
  "version": "6.1.1",
  "description": "A code formatting utility for Stylable stylesheets",
  "main": "dist/index.js",
  "scripts": {
    "test": "mocha \"./dist/test/**/*.spec.js\""
  },
  "dependencies": {
    "@stylable/core": "^6.1.1",
    "@tokey/css-value-parser": "^0.1.4",
    "js-beautify": "^1.15.1",
    "postcss": "^8.4.38"
  },
  "files": [
    "dist",
    "!dist/test",
    "src",
    "!*/tsconfig.{json,tsbuildinfo}"
  ],
  "engines": {
    "node": ">=18.12.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": "https://github.com/wix/stylable/tree/master/packages/code-formatter",
  "author": "Wix.com",
  "license": "MIT"
}
