mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-19 20:32:35 +02:00
36 lines
No EOL
797 B
JSON
36 lines
No EOL
797 B
JSON
{
|
|
"name": "godoxy-schemas",
|
|
"version": "0.9.0-22",
|
|
"description": "JSON Schema and typescript types for GoDoxy configuration",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/yusing/go-proxy"
|
|
},
|
|
"files": [
|
|
"schemas/",
|
|
"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",
|
|
"packageManager": "bun@1.2.0",
|
|
"publisher": "yusing",
|
|
"scripts": {
|
|
"gen-schema": "make gen-schema",
|
|
"format:write": "prettier --write \"schemas/**/*.ts\" --cache"
|
|
}
|
|
} |