{
  "name": "veko",
  "version": "1.3.0",
  "description": "Ultra-lightweight Node.js framework with ZERO dependencies - VSV components, Tailwind CSS, asset imports, SSR",
  "main": "index.js",
  "bin": {
    "veko": "./bin/veko.js"
  },
  "scripts": {
    "dev": "node bin/veko.js dev",
    "build": "node bin/veko.js build",
    "start": "node bin/veko.js start",
    "test": "node --test",
    "demo": "node examples/demo.js"
  },
  "keywords": [
    "framework",
    "zero-dependencies",
    "lightweight",
    "vsv",
    "veko-server-views",
    "components",
    "hot-reload",
    "ssr",
    "server-side-rendering",
    "hydration",
    "jsx",
    "no-dependencies",
    "minimal",
    "fast",
    "tailwind",
    "tailwindcss",
    "asset-imports",
    "css-imports"
  ],
  "author": "Wiltark <contact@wiltark.fr>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/wiltark/veko.js.git"
  },
  "bugs": {
    "url": "https://github.com/wiltark/veko.js/issues"
  },
  "homepage": "https://veko.js.org",
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {},
  "devDependencies": {},
  "files": [
    "lib/",
    "bin/",
    "index.js",
    "README.md"
  ],
  "preferGlobal": true,
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/wiltark"
  }
}
