merge: main branch

This commit is contained in:
yusing
2025-04-24 15:02:31 +08:00
parent 806184e98b
commit 663a107c06
107 changed files with 3047 additions and 2034 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "godoxy-schemas",
"version": "0.10.0-3",
"version": "0.10.1-6",
"description": "JSON Schema and typescript types for GoDoxy configuration",
"license": "MIT",
"repository": {
@@ -8,9 +8,11 @@
"url": "https://github.com/yusing/godoxy"
},
"files": [
"schemas/",
"README.md",
"LICENSE"
"**/*.ts",
"**/*.js",
"*.schema.json",
"../README.md",
"../LICENSE"
],
"type": "module",
"main": "./index.ts",
@@ -22,15 +24,14 @@
}
},
"devDependencies": {
"prettier": "^3.4.2",
"typescript": "^5.7.3",
"prettier": "^3.5.3",
"typescript": "^5.8.3",
"typescript-json-schema": "^0.65.1"
},
"displayName": "GoDoxy Types",
"packageManager": "bun@1.2.0",
"packageManager": "bun@1.2.9",
"publisher": "yusing",
"scripts": {
"gen-schema": "make gen-schema",
"format:write": "prettier --write \"schemas/**/*.ts\" --cache"
"format:write": "prettier --write \"**/*.ts\" --cache"
}
}