{
  "name": "@rindo/sass",
  "version": "3.0.10",
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "engines": {
    "node": ">=12.0.0",
    "npm": ">=6.0.0"
  },
  "files": [
    "dist/"
  ],
  "scripts": {
    "prebuild": "rimraf ./dist",
    "prettier": "npm run prettier.base -- --write",
    "prettier.base": "prettier --cache \"src/**/*.ts\"",
    "prettier.dry-run": "npm run prettier.base -- --list-different",
    "build": "npm run prebuild && npm run rollup",
    "watch": "npm run rollup -- --watch",
    "rollup": "rollup -c rollup.config.mjs",
    "version": "npm run build",
    "release": "np",
    "test": "jest",
    "test.ci": "npm run test && npm run prettier.dry-run",
    "test.watch": "jest --watch"
  },
  "peerDependencies": {
    "@rindo/core": ">=2.0.0 || >=3.0.0-beta.0 || >= 4.0.0-beta.0 || >= 4.0.0"
  },
  "devDependencies": {
    "@familyjs/prettier-config": "^4.0.0",
    "@rindo/core": "^4.0.0",
    "@rollup/plugin-node-resolve": "^15.0.0",
    "@rollup/plugin-typescript": "^11.1.6",
    "@types/jest": "^29.0.0",
    "@types/node": "^20.2.0",
    "jest": "^29.0.0",
    "np": "^9.0.0",
    "prettier": "^3.0.0",
    "rimraf": "^5.0.0",
    "rollup": "^4.0.0",
    "sass": "^1.58.3",
    "terser": "^5.3.8",
    "ts-jest": "^29.0.0",
    "typescript": "~5.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/familyjs/rindo-sass.git"
  },
  "author": "Family Team",
  "homepage": "https://rindojs.web.app/",
  "description": "The Rindo Sass Plugin",
  "keywords": [
    "rindo",
    "sass"
  ],
  "jest": {
    "preset": "ts-jest"
  },
  "prettier": "@familyjs/prettier-config",
  "volta": {
    "node": "20.11.1",
    "npm": "10.4.0"
  }
}
