UNPKG

@lowcodeunit/lcu-cli

Version:

This is the home of the LCU DevKit and the LCU CLI code.

65 lines (64 loc) 1.75 kB
{ "name": "@lowcodeunit/lcu-cli", "version": "0.0.36", "description": "This is the home of the LCU DevKit and the LCU CLI code.", "main": "./lib/src/lcu-cli.js", "bin": { "lcu": "./lib/src/lcu-cli.js" }, "scripts": { "deploy": "npm version patch && npm run build && npm run deploy:lib", "deploy:lib": "npm publish ./ --access public", "create": "npm run build && npm run test", "build": "tsc -p .", "build:dev": "tsc -w", "refresh": "rm -rf ./node_modules ./package-lock.json && npm install", "start": "nodemon --exec ts-node -- ./src/lcu-cli.ts", "test": "jest --coverage" }, "repository": { "type": "git", "url": "git+https://github.com/smart-matrix/lcu-cli.git" }, "keywords": [ "Smart Matrix", "LCU", "CLI" ], "author": "Michael Gearhardt", "license": "MIT", "bugs": { "url": "https://github.com/smart-matrix/lcu-cli/issues" }, "homepage": "https://github.com/smart-matrix/lcu-cli#readme", "dependencies": { "@types/fs-extra": "^5.0.4", "axios": "^0.18.0", "chalk": "^2.4.1", "clear": "^0.1.0", "commander": "^2.19.0", "core-js": "^2.5.7", "download-git-repo": "^1.1.0", "exeq": "^3.0.0", "figlet": "^1.2.1", "fs-extra": "^7.0.1", "handlebars": "^4.0.12", "inquirer": "^6.2.1", "lodash": "^4.17.11", "ora": "^3.0.0", "path": "^0.12.7", "rimraf": "^2.6.2", "user-home": "^2.0.0" }, "devDependencies": { "@types/commander": "^2.12.2", "@types/core-js": "^2.5.0", "@types/figlet": "^1.2.0", "@types/inquirer": "0.0.43", "@types/node": "^10.12.11", "@types/ora": "^1.3.4", "nodemon": "^1.18.7", "ts-node": "^7.0.1", "typescript": "^3.2.1" } }