{
    "name": "ai-palette",
    "version": "0.1.2",
    "description": "AI-powered color palette generator for React applications",
    "main": "dist/index.js",
    "module": "dist/index.esm.js",
    "types": "dist/index.d.ts",
    "scripts": {
        "build": "rollup -c",
        "test": "jest --passWithNoTests",
        "lint": "eslint src/**/*.{ts,tsx} || true",
        "format": "prettier --write src/**/*.{ts,tsx}",
        "prepare": "npm run build",
        "prepublishOnly": "npm run build",
        "preversion": "npm run lint",
        "version": "npm run format && git add -A src",
        "postversion": "git push && git push --tags"
    },
    "files": [
        "dist",
        "README.md",
        "LICENSE"
    ],
    "keywords": [
        "color",
        "palette",
        "ai",
        "react",
        "generator",
        "design",
        "theme",
        "accessibility",
        "wcag",
        "color-theory",
        "color-harmony"
    ],
    "author": "Your Name",
    "license": "MIT",
    "peerDependencies": {
        "react": ">=16.8.0",
        "react-dom": ">=16.8.0"
    },
    "devDependencies": {
        "@rollup/plugin-commonjs": "^28.0.2",
        "@rollup/plugin-node-resolve": "^16.0.0",
        "@types/react": "^18.2.0",
        "@types/react-dom": "^18.2.0",
        "@typescript-eslint/eslint-plugin": "^5.0.0",
        "@typescript-eslint/parser": "^5.0.0",
        "eslint": "^8.0.0",
        "eslint-config-prettier": "^8.0.0",
        "eslint-plugin-react": "^7.0.0",
        "jest": "^29.0.0",
        "prettier": "^2.0.0",
        "rollup": "^2.0.0",
        "rollup-plugin-typescript2": "^0.31.0",
        "typescript": "^4.0.0",
        "@testing-library/react": "^14.0.0",
        "@testing-library/jest-dom": "^6.0.0",
        "@types/jest": "^29.0.0"
    },
    "dependencies": {
        "axios": "^1.6.0",
        "colorthief": "^2.4.0"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/fatihguzel/ai-palette.git"
    },
    "bugs": {
        "url": "https://github.com/fatihguzel/ai-palette/issues"
    },
    "homepage": "https://palette-demo.vercel.app",
    "engines": {
        "node": ">=14.0.0"
    },
    "publishConfig": {
        "access": "public"
    }
}
