{
  "name": "sass-parser",
  "version": "0.4.54",
  "description": "A PostCSS-compatible wrapper of the official Sass parser",
  "repository": "sass/dart-sass",
  "author": "Google Inc.",
  "license": "MIT",
  "exports": {
    "types": "./dist/types/index.d.ts",
    "default": "./dist/lib/index.js"
  },
  "main": "dist/lib/index.js",
  "types": "dist/types/index.d.ts",
  "files": [
    "dist/**/*.{js,d.ts}"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "init": "ts-node ./tool/init.ts",
    "check": "npm-run-all check:gts check:tsc",
    "check:gts": "gts check",
    "check:tsc": "tsc --noEmit",
    "clean": "gts clean",
    "compile": "tsc -p tsconfig.build.json && copyfiles -u 1 \"lib/**/*.{js,d.ts}\" dist/lib/",
    "prepack": "copyfiles -u 2 ../../LICENSE .",
    "postpack": "rimraf LICENSE",
    "typedoc": "npx typedoc --treatWarningsAsErrors",
    "fix": "gts fix",
    "test": "jest"
  },
  "dependencies": {
    "postcss": "8.5.15",
    "sass": "^1.102.0"
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3.3.3",
    "@eslint/js": "^9.39.2",
    "@types/jest": "^30.0.0",
    "@typescript-eslint/eslint-plugin": "^8.53.0",
    "copyfiles": "^2.4.1",
    "eslint": "^10.0.1",
    "expect": "^30.0.5",
    "gts": "^7.0.0",
    "jest": "^30.0.4",
    "jest-extended": "^7.0.0",
    "npm-run-all": "^4.1.5",
    "rimraf": "^6.0.1",
    "ts-jest": "^29.4.11",
    "ts-node": "^10.2.1",
    "typedoc": "^0.28.0",
    "typescript": "^6.0.3",
    "typescript-eslint": "^8.53.0"
  }
}
