{
  "name": "artystic",
  "version": "0.1.1",
  "private": false,
  "description": "A visual design-polish skill and editorial website for making interfaces feel authored, not templated.",
  "license": "MIT",
  "keywords": [
    "design",
    "editorial",
    "nextjs",
    "ui",
    "skill",
    "prompt",
    "art-direction",
    "pi-package"
  ],
  "pi": {
    "skills": [
      "./skills"
    ]
  },
  "files": [
    "app",
    "bin",
    "components",
    "skills",
    "public",
    "README.md",
    "LICENSE",
    "next.config.ts",
    "postcss.config.mjs"
  ],
  "bin": {
    "artystic": "bin/artystic.mjs"
  },
  "scripts": {
    "dev": "next dev",
    "lint": "eslint",
    "typecheck": "tsc --noEmit",
    "check": "bun run typecheck && bun run lint"
  },
  "dependencies": {
    "@heroicons/react": "^2.2.0",
    "next": "16.2.6",
    "react": "19.2.4",
    "react-dom": "19.2.4"
  },
  "devDependencies": {
    "@tailwindcss/postcss": "^4",
    "@types/node": "^20",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "eslint": "^9",
    "eslint-config-next": "16.2.6",
    "tailwindcss": "^4",
    "typescript": "^5"
  },
  "ignoreScripts": [
    "sharp",
    "unrs-resolver"
  ],
  "trustedDependencies": [
    "sharp",
    "unrs-resolver"
  ]
}
