{
  "name": "tailwind-css-variables-theme-generator",
  "version": "0.4.0",
  "description": "help you generate tailwindcss css variables utilities and change theme esaily by expose your scss variables",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "start": "node ./test/fixtures/index.js",
    "copy": "node scripts/cpt",
    "dev": "cross-env NODE_ENV=development rollup --config rollup.config.ts --configPlugin typescript -w",
    "build": "yarn clean && cross-env NODE_ENV=production rollup --config rollup.config.ts --configPlugin typescript && yarn copy",
    "build:tsc": "cross-env NODE_ENV=development tsc --build tsconfig.json",
    "test": "jest",
    "init:rename": "node scripts/init/rename.js",
    "clean": "node scripts/clean.js",
    "sync": "open-cli https://npmmirror.com/sync/tailwind-css-variables-theme-generator"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sonofmagic/tailwind-css-variables-theme-generator.git"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "keywords": [
    "tailwindcss",
    "css",
    "generator",
    "theme",
    "variables",
    "generator",
    "tailwindcss theme",
    "tailwindcss-utility",
    "tailwindcss-plugin",
    "css variables",
    "tailwindcss multi theme"
  ],
  "author": "SonOfMagic <qq1324318532@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sonofmagic/tailwind-css-variables-theme-generator/issues"
  },
  "homepage": "https://github.com/sonofmagic/tailwind-css-variables-theme-generator#readme",
  "devDependencies": {
    "@rollup/plugin-alias": "^5.0.0",
    "@rollup/plugin-commonjs": "^25.0.3",
    "@rollup/plugin-json": "^6.0.0",
    "@rollup/plugin-node-resolve": "^15.1.0",
    "@rollup/plugin-typescript": "^11.1.2",
    "@tsconfig/recommended": "^1.0.2",
    "@types/d3-color": "^3.1.0",
    "@types/jest": "^29.5.3",
    "@types/less": "^3.0.3",
    "@types/node": "^20.4.2",
    "@typescript-eslint/eslint-plugin": "^6.1.0",
    "@typescript-eslint/parser": "^6.1.0",
    "cross-env": "^7.0.3",
    "d3-color": "^3.1.0",
    "defu": "^6.1.2",
    "del": "^6.1.1",
    "eslint": "8.45.0",
    "eslint-config-icebreaker": "^1.2.1",
    "eslint-config-prettier": "^8.8.0",
    "eslint-plugin-prettier": "^5.0.0",
    "jest": "^29.6.1",
    "jest-environment-node-single-context": "^29.1.0",
    "less": "^4.1.3",
    "memfs": "^4.2.0",
    "open-cli": "^7.2.0",
    "postcss": "^8.4.26",
    "prettier": "^3.0.0",
    "rollup": "^3.26.3",
    "rollup-plugin-visualizer": "^5.9.2",
    "sass": "^1.64.0",
    "tailwindcss": "^3.3.3",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.1",
    "tslib": "^2.6.0",
    "typescript": "^5.1.6"
  },
  "dependencies": {},
  "peerDependencies": {
    "sass": ">=1.45.0",
    "tailwindcss": ">=3.0.0 || insiders"
  }
}
