UNPKG

@siimple/cli

Version:

Command Line for siimple

30 lines (29 loc) 676 B
{ "name": "@siimple/cli", "version": "0.3.1", "description": "Command Line for siimple", "author": "Josemi Juanes <josemi@siimple.xyz>", "type": "module", "license": "MIT", "repository": "https://github.com/jmjuanes/siimple", "bugs": "https://github.com/jmjuanes/siimple/issues", "homepage": "https://www.siimple.xyz", "bin": { "siimple": "./index.js" }, "dependencies": { "@siimple/core": "^0.3.1", "@siimple/modules": "^0.3.1" }, "keywords": [ "siimple", "cli" ], "files": [ "index.js", "README.md" ], "engines": { "node": ">=14" } }