Socket
Book a DemoInstallSign in
Socket

typebox-cli

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typebox-cli - npm Package Compare versions

Comparing version

to
1.0.0-rc1

Readme.md

2

dist/index.js
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