{
  "name": "viewlogic",
  "version": "1.9.2",
  "description": "A lightweight, file-based routing system for Vue 3 applications with zero build configuration",
  "main": "dist/viewlogic-router.min.js",
  "module": "dist/viewlogic-router.esm.js",
  "browser": "dist/viewlogic-router.min.js",
  "unpkg": "dist/viewlogic-router.min.js",
  "jsdelivr": "dist/viewlogic-router.min.js",
  "type": "module",
  "files": [
    "dist/viewlogic-router.esm.js",
    "dist/viewlogic-router.esm.js.map",
    "dist/viewlogic-router.min.js",
    "dist/viewlogic-router.min.js.map",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "node build/build.js",
    "dev": "node build/build.js --watch",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "test:e2e": "npx playwright test",
    "serve": "npx http-server . -p 8080 -c-1 --spa",
    "serve:test": "npx http-server test-app -p 8081 -c-1",
    "examples": "cd examples && npx http-server . -p 3000 -c-1 --spa",
    "serve:examples": "npx http-server . -p 3000 -c-1 --spa",
    "link:local": "npm link",
    "link:test": "cd ../viewlogic && npm link viewlogic",
    "prepublishOnly": "npm run build && npm test",
    "version": "npm run build && git add -A dist",
    "postversion": "git push && git push --tags"
  },
  "keywords": [
    "vue",
    "vue3",
    "router",
    "routing",
    "spa",
    "single-page-app",
    "file-based-routing",
    "zero-config",
    "viewlogic",
    "frontend",
    "framework"
  ],
  "author": "hopegiver",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hopegiver/viewlogic.git"
  },
  "bugs": {
    "url": "https://github.com/hopegiver/viewlogic/issues"
  },
  "homepage": "https://github.com/hopegiver/viewlogic#readme",
  "peerDependencies": {
    "vue": "^3.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.28.3",
    "@babel/preset-env": "^7.28.3",
    "@playwright/test": "^1.59.1",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-terser": "^0.4.4",
    "@vue/test-utils": "^2.4.4",
    "babel-jest": "^30.1.2",
    "esbuild": "^0.25.9",
    "http-server": "^14.1.1",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^30.1.2",
    "rollup": "^4.9.6",
    "vue": "^3.4.21"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
