{
  "name": "rollup-plugin-sass",
  "version": "1.15.3",
  "description": "Rollup Sass files.",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "typesVersions": {
    "<4.0": {
      "*": [
        "ts3.5/*"
      ]
    }
  },
  "scripts": {
    "prepare": "npm run build && npm test && husky",
    "build": "npm run build-downlevel-dts && tsc --project tsconfig.build.json",
    "build-downlevel-dts": "node scripts/clean-and-run-downlevel-dts.js",
    "downlevel-dts": "downlevel-dts . ts3.5 [--to=3.5]",
    "test": "nyc --reporter=html --reporter=text ava && npm run test:types",
    "test:types": "tsc --project tsconfig.spec.json --noEmit",
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "output-coverage-lcov": "nyc report --reporter=text-lcov > coverage/tests.lcov",
    "commitlint": "commitlint --edit",
    "format": "prettier . --check",
    "format:fix": "prettier . --write",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix"
  },
  "standard": {
    "ignore": [
      "dist/",
      "test/fixtures/"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/elycruz/rollup-plugin-sass.git"
  },
  "keywords": [
    "rollup",
    "rollup-plugin",
    "sass"
  ],
  "author": "BinRui.Guan <differui@gmail.com>",
  "maintainers": [
    "elycruz <elycruz-at-elycruz.com> (https://github.com/elycruz)"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/elycruz/rollup-plugin-sass/issues"
  },
  "homepage": "https://github.com/elycruz/rollup-plugin-sass#readme",
  "files": [
    "dist"
  ],
  "ava": {
    "files": [
      "./test/*.test.ts",
      "!./test/rollup.config.test.ts"
    ],
    "extensions": [
      "ts"
    ],
    "require": [
      "ts-node/register"
    ],
    "snapshotDir": "./test/snapshots"
  },
  "dependencies": {
    "@rollup/pluginutils": "^3 || ^4 || ^5",
    "resolve": "^1.5.0",
    "sass": "^1.7.2"
  },
  "devDependencies": {
    "@ava/typescript": "^5.0.0",
    "@commitlint/cli": "^19.3.0",
    "@commitlint/config-conventional": "^19.2.2",
    "@eslint/js": "^9.17.0",
    "@types/icss-utils": "^5.1.2",
    "@types/node": "^18.14.6",
    "@types/resolve": "^0.0.8",
    "@types/sinon": "^17.0.3",
    "ava": "^6.1.3",
    "coveralls-next": "^4.2.1",
    "downlevel-dts": "^0.10.0",
    "eslint": "^9.17.0",
    "eslint-plugin-ava": "^15.0.1",
    "happy-dom": "^15.10.2",
    "husky": "^9.0.11",
    "icss-utils": "^5.1.0",
    "nyc": "^17.0.0",
    "postcss": "^8.4.16",
    "postcss-modules": "^6.0.1",
    "prettier": "^3.3.3",
    "rollup": "^1 || ^2 || ^3",
    "sinon": "^18.0.0",
    "ts-node": "^10.9.1",
    "typescript": "^5.7.2",
    "typescript-eslint": "^8.19.1"
  },
  "engines": {
    "node": ">=10"
  }
}
