@uni-helper/manifest-json-schema
v0.4.1
Published
Schema for uni-app manifest.json
Readme
@uni-helper/manifest-json-schema
为 uni-app 的 manifest.json 提供 schema。
不想看文档?直接问 AI 🤖
安装
pnpm add @uni-helper/manifest-json-schema用法
import ManifestSchema from '@uni-helper/manifest-json-schema'
console.log(ManifestSchema)
// {
// "$ref": "#/definitions/ManifestConfig",
// "$schema": "http://json-schema.org/draft-07/schema#",
// "definitions": {...}
// }