{
  "name": "skeletix",
  "version": "0.2.16",
  "description": "Skeletix is wireframing design system for rapid prototyping and boilerplate React based projects.",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/types/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "echo \"No tests specified\"",
    "clean": "rm -rf dist",
    "build": "npm run clean && tsc",
    "push": "tsc && yalc push"
  },
  "keywords": [
    "skeletix",
    "atomic-design",
    "skeleton",
    "design-system",
    "react",
    "nextjs",
    "wireframing",
    "boilerplate"
  ],
  "author": "Oleasky",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oleasky/skeletix.git"
  },
  "peerDependencies": {
    "barestyles": "^1.1.0",
    "next": "^16.0.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0"
  },
  "devDependencies": {
    "@types/node": "^24.10.0",
    "@types/react": "^19.2.2",
    "@types/react-dom": "^19.2.2",
    "autoprefixer": "^10.4.21",
    "postcss": "^8.5.6",
    "tailwindcss": "^4.1.17",
    "typescript": "^5.9.3"
  }
}
