{
  "name": "radix-theme-generator",
  "description": "A utility for generating themes for the Radix Themes UI library",
  "version": "0.1.1",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "homepage": "https://github.com/digitaljohn/radix-theme-generator#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/digitaljohn/radix-theme-generator.git"
  },
  "bugs": {
    "url": "https://github.com/digitaljohn/radix-theme-generator/issues"
  },
  "keywords": [
    "radix",
    "css",
    "styling",
    "ui",
    "theme",
    "generator"
  ],
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "test": "jest --verbose",
    "test:watch": "jest --verbose --watch",
    "coverage": "jest --coverage",
    "lint": "NODE_ENV=test npm-run-all --parallel lint:*",
    "lint:js": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
    "lint:format": "prettier \"**/*.{md,html,yaml,yml}\" --check",
    "lint:type-check": "tsc --noEmit",
    "fix": "npm-run-all --sequential fix:*",
    "fix:js": "eslint \"src/**/*.{js,jsx,ts,tsx}\" --fix",
    "fix:format": "prettier \"**/*.{md,html,yaml,yml}\" --write",
    "depcheck": "npx npm-check --update"
  },
  "author": "John Chipps-Harding (mrharding@gmail.com)",
  "license": "MIT",
  "devDependencies": {
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-typescript": "^7.18.6",
    "@testing-library/jest-dom": "^5.16.5",
    "@types/jest": "^29.2.3",
    "@typescript-eslint/eslint-plugin": "^5.43.0",
    "@typescript-eslint/parser": "^5.43.0",
    "eslint": "^8.27.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-prettier": "^4.2.1",
    "expect-type": "^0.15.0",
    "jest": "^29.3.1",
    "jest-environment-jsdom": "^29.3.1",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.7.1",
    "ts-jest": "^29.0.3",
    "typescript": "^4.9.3"
  },
  "dependencies": {
    "@radix-ui/colors": "^3.0.0",
    "bezier-easing": "^2.1.0",
    "colorjs.io": "^0.5.2"
  }
}
