UNPKG

gatic

Version:

Thin executable wrapper that runs @gati-framework/cli, providing the 'gatic' npx command.

39 lines (38 loc) 835 B
{ "name": "gatic", "version": "0.1.14", "description": "Thin executable wrapper that runs @gati-framework/cli, providing the 'gatic' npx command.", "license": "MIT", "type": "module", "bin": { "gatic": "./bin/gatic.mjs" }, "files": [ "bin", "README.md" ], "dependencies": { "@gati-framework/cli": "^1.0.19" }, "engines": { "node": ">=18.0.0" }, "keywords": [ "gatic", "gati", "cli", "framework", "cloud-native", "kubernetes", "deployment" ], "repository": { "type": "git", "url": "git+https://github.com/krishnapaul242/gati.git", "directory": "packages/gatic" }, "bugs": { "url": "https://github.com/krishnapaul242/gati/issues" }, "homepage": "https://github.com/krishnapaul242/gati#readme" }