fix(config): Synchronize deno.json version with package.json, tidy formatting, and add local tooling settings

This commit is contained in:
2025-10-23 18:25:52 +00:00
parent a3d6a8b75d
commit bd52ba4cb2
3 changed files with 15 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@serve.zone/nupst",
"version": "5.1.8",
"version": "5.1.9",
"exports": "./mod.ts",
"nodeModulesDir": "auto",
"tasks": {
@@ -15,7 +15,9 @@
},
"lint": {
"rules": {
"tags": ["recommended"]
"tags": [
"recommended"
]
}
},
"fmt": {
@@ -26,7 +28,9 @@
"singleQuote": true
},
"compilerOptions": {
"lib": ["deno.window"],
"lib": [
"deno.window"
],
"strict": true
},
"imports": {