typebox-cli
Advanced tools
Comparing version
import process from "node:process"; | ||
import { program } from "commander"; | ||
import { program } from "./program.js"; | ||
export default function main(argv = process.argv) { | ||
@@ -4,0 +4,0 @@ return program.parse(argv); |
{ | ||
"name": "typebox-cli", | ||
"version": "1.0.0-dev", | ||
"version": "1.0.0-rc1", | ||
"description": "CLI tool for various TypeBox and JSON Schema operations", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/gsuess/typebox-cli" | ||
}, | ||
"keywords": [ | ||
"typebox", | ||
"json", | ||
"schema", | ||
"validation", | ||
"cli", | ||
"codegen", | ||
"typescript" | ||
], | ||
"main": "dist/index.js", | ||
"bin": { | ||
"tyepebox": "dist/cli.js" | ||
"typebox": "dist/cli.js" | ||
}, | ||
@@ -37,6 +50,6 @@ "type": "module", | ||
"dependencies": { | ||
"jiti": "^2.4.2", | ||
"@sinclair/typebox-codegen": "^0.10.5", | ||
"commander": "^13.1.0", | ||
"@sinclair/typebox-codegen": "^0.10.5" | ||
"jiti": "^2.4.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
15809
4.01%0
-100%1
-50%89
Infinity%0
-100%18
-10%135
-14.56%