UNPKG

@magic/cli

Version:

declarative command line interfaces with aliasing, commands and environment sanitization

60 lines (59 loc) 1.44 kB
{ "name": "@magic/cli", "version": "0.0.46", "homepage": "https://magic.github.io/cli", "description": "declarative command line interfaces with aliasing, commands and environment sanitization", "scripts": { "start": "t -p", "format": "f -w --exclude docs", "test": "t --exclude docs example config.js", "build": "NODE_ENV=production magic build", "prod": "NODE_ENV=production magic build serve", "dev": "magic dev", "calls": "calls" }, "main": "src/index.mjs", "type": "module", "files": [ "src" ], "engines": { "node": ">=14.15.4" }, "engineStrict": true, "repository": { "type": "git", "url": "git+https://github.com/magic/cli.git" }, "keywords": [ "magic", "cli", "command line interface", "declarative" ], "dependencies": { "@magic/cases": "0.0.9", "@magic/deep": "0.1.16", "@magic/error": "0.0.17", "@magic/log": "0.1.18", "@magic/types": "0.1.23" }, "devDependencies": { "@magic-modules/git-badges": "0.0.12", "@magic-modules/light-switch": "0.0.12", "@magic-modules/no-spy": "0.0.9", "@magic-modules/pre": "0.0.12", "@magic-themes/docs": "0.0.15", "@magic/core": "0.0.153", "@magic/format": "0.0.51", "@magic/test": "0.2.17" }, "author": "Wizards & Witches", "license": "AGPL-3.0", "contributors": [ { "name": "jascha ehrenreich", "github": "jaeh" } ] }