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