UNPKG

@lenne.tech/cli

Version:

lenne.Tech CLI: lt

88 lines (87 loc) 2.67 kB
{ "name": "@lenne.tech/cli", "version": "0.0.116", "description": "lenne.Tech CLI: lt", "keywords": [ "lenne.Tech", "cli", "lt" ], "author": "Kai Haase", "homepage": "http://lenne.tech", "license": "MIT", "repository": "https://github.com/lenneTech/cli.git", "bugs": { "url": "https://github.com/lenneTech/cli/issues" }, "bin": { "lt": "bin/lt" }, "scripts": { "build": "npm run lint && npm run test && npm run clean-build && npm run compile && npm run copy-templates", "clean-build": "npx rimraf ./build", "compile": "tsc -p .", "copy-templates": "npx shx cp -R ./src/templates ./build/templates", "coverage": "jest --coverage", "format": "prettier --write 'src/**/*.{js,ts,tsx,json}' '!src/templates/**/*'", "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix --cache", "prepublishOnly": "npm run build", "preversion": "npm run lint", "reinit": "npx rimraf package-lock.json && npx rimraf node_modules && npm cache clean --force && npm i && npm run build", "snapupdate": "jest --updateSnapshot", "start": "node bin/lt", "start:build": "npm run build && node bin/lt --compiled-build", "start:compiled": "node bin/lt --compiled-build", "test": "jest --testTimeout=60000", "watch": "jest --watch", "release": "standard-version && git push --follow-tags origin main", "release:minor": "standard-version --release-as minor && git push --follow-tags origin main", "release:major": "standard-version --release-as major && git push --follow-tags origin main" }, "files": [ "tsconfig.json", "tslint.json", "build", "LICENSE", "README.md", "docs", "bin" ], "dependencies": { "@lenne.tech/cli-plugin-helper": "0.0.11", "bcrypt": "5.1.1", "find-file-up": "2.0.1", "glob": "11.0.0", "gluegun": "5.2.0", "js-sha256": "0.11.0", "open": "8.4.2", "standard-version": "9.5.0", "ts-node": "10.9.2", "typescript": "5.5.4" }, "devDependencies": { "@lenne.tech/eslint-config-ts": "0.0.16", "@lenne.tech/npm-package-helper": "0.0.12", "@types/jest": "29.5.13", "@types/node": "20.16.10", "@typescript-eslint/eslint-plugin": "6.21.0", "@typescript-eslint/parser": "6.21.0", "eslint": "8.57.1", "eslint-config-prettier": "9.1.0", "husky": "9.1.6", "jest": "29.7.0", "path-exists-cli": "2.0.0", "prettier": "3.3.3", "pretty-quick": "4.0.0", "rimraf": "6.0.1", "ts-jest": "29.2.5" }, "overrides": { "ejs@*": "3.1.8" }, "jest": { "preset": "ts-jest", "testEnvironment": "node", "rootDir": "__tests__" } }