@kubb/ts-codegen
Advanced tools
Comparing version 1.1.13 to 1.2.0
{ | ||
"name": "@kubb/ts-codegen", | ||
"version": "1.1.13", | ||
"version": "1.2.0", | ||
"description": "Generator ts-codegen", | ||
@@ -27,3 +27,4 @@ "keywords": [ | ||
}, | ||
"./package.json": "./package.json" | ||
"./package.json": "./package.json", | ||
"./*": "./*" | ||
}, | ||
@@ -64,3 +65,3 @@ "main": "dist/index.js", | ||
"clean": "rimraf ./dist", | ||
"lint": "eslint \"**/*.{ts,tsx}\"", | ||
"lint": "eslint --format pretty ./src", | ||
"lint-fix": "bun run lint --quiet --fix", | ||
@@ -70,5 +71,4 @@ "release": "pnpm publish --no-git-check", | ||
"test": "vitest --passWithNoTests", | ||
"typecheck": "tsc -p ./tsconfig.json --noEmit --emitDeclarationOnly false", | ||
"upgrade": "pnpm update" | ||
"typecheck": "tsc -p ./tsconfig.json --noEmit --emitDeclarationOnly false" | ||
} | ||
} |
59323