UNPKG

lina-infratech-cli

Version:

A CLI tool for Lina Infratech Developers

69 lines (68 loc) 1.7 kB
{ "name": "lina-infratech-cli", "version": "1.1.0", "description": "A CLI tool for Lina Infratech Developers", "main": "index.js", "engines": { "node": ">= 18.12.0" }, "scripts": { "prepublish": "npm run build", "start:dev": "nodemon index.js", "test": "jest --config test/jest-config.json", "build": "tsc", "clean": "rm -rf dist" }, "bin": { "lina": "dist/index.js" }, "keywords": [ "cli", "lina" ], "author": "Alan Mareines", "license": "ISC", "devDependencies": { "@types/cors": "^2.8.12", "@types/express": "^4.17.14", "@types/figlet": "^1.5.5", "@types/inquirer": "^9.0.3", "@types/jest": "^29.2.3", "@types/node": "^18.11.9", "@types/ora": "^3.2.0", "@types/shelljs": "^0.8.11", "@typescript-eslint/eslint-plugin": "^5.44.0", "@typescript-eslint/parser": "^5.44.0", "eslint": "^8.28.0", "eslint-config-prettier": "^8.5.0", "eslint-config-standard-with-typescript": "^23.0.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-n": "^15.5.1", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-promise": "^6.1.1", "jest": "^29.3.1", "nodemon": "^2.0.20", "prettier": "^2.7.1", "ts-jest": "^29.0.3", "ts-node": "^10.9.1", "tsconfig-paths": "^4.1.0", "typescript": "^4.9.3" }, "dependencies": { "axios": "^1.1.3", "chalk": "^4.1.2", "commander": "^9.4.1", "cors": "^2.8.5", "dotenv": "^16.0.3", "figlet": "^1.5.2", "http-status": "^1.5.3", "inquirer": "^9.1.4", "ora": "^6.1.2", "shelljs": "^0.8.5", "youch": "^3.2.2", "yup": "^0.32.11" }, "directories": { "test": "test" } }