fix npm package

This commit is contained in:
yusing
2025-01-25 02:36:22 +08:00
parent 4c311fd78e
commit 9e181d25ce
39 changed files with 984 additions and 5 deletions

View File

@@ -1,6 +1,8 @@
{
"name": "godoxy-schemas",
"version": "0.9.0",
"version": "0.9.0-10",
"description": "JSON Schema and typescript types for GoDoxy configuration",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yusing/go-proxy"
@@ -10,8 +12,18 @@
"README.md",
"LICENSE"
],
"type": "module",
"main": "./schemas/index.ts",
"exports": {
".": {
"types": "./schemas/index.d.ts",
"import": "./schemas/index.ts",
"require": "./schemas/index.js"
}
},
"devDependencies": {
"prettier": "^3.4.2",
"typescript": "^5.7.3",
"typescript-json-schema": "^0.65.1"
},
"displayName": "GoDoxy Types",