{
  "name": "@lmjs/cli",
  "version": "1.0.51",
  "description": "Command line interface for super fast LumenJS development. LumenJS is a tiny robust reactive javascript framework for building scalable and high-performant web applications and web user interfaces, be it simple or complex, with standard HTML, CSS and JavaScript",
  "bin": {
    "lm": "./bin/commands.js",
    "lu": "./bin/commands.js",
    "lumen": "./bin/commands.js"
  },
  "files": [
    "bin/",
    "lib/"
  ],
  "keywords": [
    "lu",
    "lm",
    "lumen",
    "lumenjs",
    "lmjs",
    "lumen-js",
    "uselumen",
    "devkit",
    "devtools",
    "sdk",
    "reactive",
    "framework",
    "js",
    "javascript",
    "tiny",
    "lumen-cli",
    "bea.com.lb",
    "lumenjs.com",
    "lumin",
    "beajs",
    "lumen bea"
  ],
  "dependencies": {
    "@lmjs/core": "^1.0.7"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "scripts": {
    "requirements-check": "node ./lib/check-version.js",
    "postinstall": "npm run requirements-check",
    "build": "lm serve"
  },
  "author": {
    "name": "BEA Technology Company",
    "email": "info@bea.com.lb"
  },
  "homepage": "https://www.lumenjs.com/",
  "publishConfig": {
    "access": "public"
  },
  "bugs": {
    "url": "https://github.com/bea-technology/lmjs-cli/issues"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bea-technology/lmjs-cli.git"
  }
}
