{
  "name": "node-sass-json-functions",
  "version": "5.0.2",
  "description": "JSON encode and decode functions for node-sass.",
  "license": "MIT",
  "author": "Ivan Nikolić <niksy5@gmail.com> (http://ivannikolic.com)",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./package.json": "./package.json"
  },
  "main": "dist/index.js",
  "directories": {
    "test": "test"
  },
  "files": [
    "dist/",
    "CHANGELOG.md",
    "LICENSE.md",
    "README.md"
  ],
  "scripts": {
    "build": "rolldown --config rolldown.config.js",
    "lint": "eslint '{*,lib/**/*,test/**/*}.{js,cjs}'",
    "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 && npm run lint:types && npm run build",
    "release": "np --no-release-draft",
    "test": "nyc --check-coverage mocha 'test/**/*.js'",
    "test:watch": "nodemon --ext js,cjs,json --exec npm test",
    "version": "version-changelog CHANGELOG.md && changelog-verify CHANGELOG.md && git add CHANGELOG.md"
  },
  "dependencies": {
    "immutable": "^5.1.4",
    "is-plain-obj": "^4.1.0",
    "parse-color": "^1.0.0",
    "parse-css-dimension": "^1.1.0",
    "postcss-values-parser": "^6.0.2",
    "rgb-hex": "^4.1.0",
    "round-to": "^6.0.0",
    "shorten-css-hex": "^1.1.0"
  },
  "devDependencies": {
    "@istanbuljs/esm-loader-hook": "^0.3.0",
    "@swc-node/register": "^1.11.1",
    "@types/mocha": "^10.0.10",
    "@types/node": "^18.19.130",
    "@types/parse-color": "^1.0.3",
    "@types/sass-true": "^6.0.6",
    "changelog-verify": "^1.1.2",
    "eslint": "^9.39.2",
    "eslint-config-nitpick": "^14.2.1",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.5",
    "esm": "^3.2.25",
    "github-release-from-changelog": "^2.1.1",
    "husky": "^9.1.7",
    "lint-staged": "^15.5.2",
    "mocha": "^10.8.2",
    "nodemon": "^3.1.11",
    "np": "^10.3.0",
    "nyc": "^15.1.0",
    "prettier": "^3.8.1",
    "rolldown": "^1.0.0-rc.3",
    "rolldown-plugin-dts": "^0.17.8",
    "sass": "^1.97.3",
    "sass-embedded": "^1.97.3",
    "sass-true": "^8.1.0",
    "typescript": "^5.9.3",
    "version-changelog": "^3.1.1"
  },
  "peerDependencies": {
    "sass": ">=1.97.3",
    "sass-embedded": ">=1.97.3"
  },
  "peerDependenciesMeta": {
    "sass": {
      "optional": true
    },
    "sass-embedded": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "decode",
    "encode",
    "functions",
    "json",
    "node",
    "node-sass",
    "sass"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/niksy/node-sass-json-functions.git"
  },
  "bugs": {
    "url": "https://github.com/niksy/node-sass-json-functions/issues"
  },
  "homepage": "https://github.com/niksy/node-sass-json-functions#readme"
}
