-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
34 lines (34 loc) · 950 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "@uni-helper/pages-json-schema",
"version": "0.2.28",
"description": "Schema for uni-app pages.json",
"author": "KeJun",
"maintainers": [
{
"email": "[email protected]",
"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"
],
"scripts": {
"build": "ts-json-schema-generator -p \"../core/src/config/types/index.ts\" -t \"PagesConfig\" -o \"schema.json\" --no-type-check",
"prepublishOnly": "pnpm build"
},
"devDependencies": {
"ts-json-schema-generator": "^2.3.0"
}
}