为 uni-app 的 pages.json
提供 schema
pnpm add @uni-helper/pages-json-schema
import PagesSchema from '@uni-helper/pages-json-schema'
console.log(PagesSchema)
// {
// "$ref": "#/definitions/PagesConfig",
// "$schema": "http://json-schema.org/draft-07/schema#",
// "definitions": {...}
// }