{
  "name": "cr38te-ui-system",
  "version": "0.1.9",
  "description": "Custom React component library",
  "main": "src/index.ts",
  "files": [
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/cr38te/cr38te-components.git"
  },
  "author": "Rudy A. Croes > CR38TE",
  "license": "MIT",
  "keywords": [
    "grid",
    "nextjs",
    "styled-components",
    "grid-css",
    "responsive"
  ],
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "devDependencies": {
    "@types/node": "^20",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "@types/styled-components": "^5.1.34",
    "typescript": "^5"
  },
  "peerDependencies": {
    "react": "^18.0.0",
    "react-dom": "^19.0.0",
    "styled-components": "^5.0.0"
  }
}
