{
  "name": "stylelint-sass-render-errors",
  "version": "4.1.2",
  "description": "Display Sass render errors and deprecations as lint errors.",
  "license": "MIT",
  "author": "Ivan Nikolić <niksy5@gmail.com> (http://ivannikolic.com)",
  "type": "module",
  "exports": {
    ".": {
      "types": "./types/index.d.ts",
      "import": "./index.js"
    },
    "./package.json": "./package.json"
  },
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "files": [
    "index.js",
    "lib/",
    "types/",
    "CHANGELOG.md",
    "LICENSE.md",
    "README.md"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.build.json --declarationDir types",
    "lint": "eslint '{index,lib/**/*,test/**/*}.js'",
    "lint:types": "tsc",
    "prepare": "if [[ -x \"$(command -v husky)\" ]]; then husky; fi",
    "prepublishOnly": "npm run build",
    "postpublish": "GITHUB_TOKEN=$GITHUB_RELEASE_TOKEN github-release-from-changelog",
    "prerelease": "npm run lint",
    "release": "np --no-release-draft",
    "test": "NODE_OPTIONS='--experimental-loader=@istanbuljs/esm-loader-hook --no-warnings' nyc mocha 'test/**/*.js' && nyc check-coverage",
    "test:watch": "nodemon --exec npm test",
    "version": "if [ $(git rev-parse --abbrev-ref HEAD) == 'master' ]; then sed -i '' '/\\[unreleased\\]:/d' CHANGELOG.md && version-changelog CHANGELOG.md && changelog-verify CHANGELOG.md && git add CHANGELOG.md; else echo; fi"
  },
  "dependencies": {
    "ajv": "^8.6.2",
    "many-keys-map": "^2.0.1",
    "memoize": "^10.0.0",
    "p-memoize": "^7.1.1",
    "package-up": "^5.0.0",
    "resolve-from": "^5.0.0",
    "sass-render-errors": "^2.0.5"
  },
  "devDependencies": {
    "@istanbuljs/esm-loader-hook": "^0.2.0",
    "@types/mocha": "^10.0.6",
    "@types/node": "^20.11.30",
    "@types/stylelint": "^14.0.0",
    "changelog-verify": "^1.1.2",
    "cpy": "^11.0.1",
    "eslint": "^8.5.0",
    "eslint-config-nitpick": "^13.0.1",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.1.3",
    "execa": "^8.0.1",
    "github-release-from-changelog": "^2.1.1",
    "husky": "^9.0.11",
    "lint-staged": "^15.2.2",
    "mocha": "^10.3.0",
    "nodemon": "^3.1.0",
    "np": "^10.0.2",
    "nyc": "^15.1.0",
    "postcss-html": "^1.1.1",
    "postcss-scss": "^4.0.1",
    "prettier": "^3.2.5",
    "sass": "^1.75.0",
    "stylelint": "^16.2.1",
    "typescript": "^5.4.3",
    "version-changelog": "^3.1.1"
  },
  "peerDependencies": {
    "stylelint": "^14.0.0 || ^15.0.0 || ^16.0.0"
  },
  "engines": {
    "node": ">=18.12"
  },
  "keywords": [
    "stylelint",
    "sass",
    "render",
    "error",
    "deprecation",
    "warning",
    "stylelint-plugin"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/niksy/stylelint-sass-render-errors.git"
  },
  "bugs": {
    "url": "https://github.com/niksy/stylelint-sass-render-errors/issues"
  },
  "homepage": "https://github.com/niksy/stylelint-sass-render-errors#readme"
}
