{
  "name": "@uni-helper/pages-json-schema",
  "version": "0.4.4",
  "description": "Schema for uni-app pages.json",
  "author": "KeJun",
  "maintainers": [
    {
      "email": "wurui.dev@gmail.com",
      "name": "ModyQyW",
      "url": "https://modyyw.top"
    }
  ],
  "license": "MIT",
  "funding": [
    "https://afdian.net/a/kejun",
    "https://github.com/ModyQyW/sponsors"
  ],
  "homepage": "https://github.com/uni-helper/vite-plugin-uni-pages#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/uni-helper/vite-plugin-uni-pages.git"
  },
  "bugs": "https://github.com/uni-helper/vite-plugin-uni-pages/issues",
  "keywords": [
    "jsonschema"
  ],
  "devDependencies": {
    "ts-json-schema-generator": "^2.9.0"
  },
  "scripts": {
    "build": "ts-json-schema-generator -p \"../types/src/pages-config.ts\" -t \"PagesConfig\" -o \"schema.json\" --no-type-check",
    "build-post": "exit 0",
    "dev": "pnpm build"
  }
}