mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-25 09:48:32 +02:00
merge: main branch
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user