UNPKG

@mornya/cli-libs

Version:
107 lines (106 loc) 2.72 kB
{ "name": "@mornya/cli-libs", "version": "0.21.0", "description": "The project of the utilities for CLI.", "keywords": [ "mornya", "vessel", "cli", "utility", "node", "back-end", "front-end" ], "homepage": "https://github.com/mornya-libs/mornya-cli-libs", "bugs": "https://github.com/mornya-libs/mornya-cli-libs/issues", "license": "ISC", "author": "mornya <mornya78@gmail.com>", "private": false, "repository": { "type": "git", "url": "git+https://github.com/mornya-libs/mornya-cli-libs.git" }, "main": "./dist/index.js", "module": "./esm/index.js", "types": "./dist", "scripts": { "setup": "husky install && lintest install || exit 0", "prepublishOnly": "vessel prepublish && vessel build", "login": "vessel login", "clean": "vessel clean", "build": "vessel build", "build:esm": "vessel build --esm", "watch": "vessel build --watch", "format": "prettier --write --ignore-path .prettierignore ./src ./types", "check": "vessel check", "init": "lintest uninstall && lintest export", "lint": "lintest lint", "lint:fix": "lintest lint --fix", "test": "lintest test", "test:watch": "lintest test --watch", "test:coverage": "lintest test --coverage", "sonar": "sonar-scanner" }, "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" }, "files": [ "dist", "!dist/test", "!dist/**/@setup.d.ts", "!dist/**/@setup.js", "!dist/**/*.test.d.ts", "!dist/**/*.test.js", "esm", "!esm/test", "!esm/**/@setup.d.ts", "!esm/**/@setup.js", "!esm/**/*.test.d.ts", "!esm/**/*.test.js", "CHANGELOG.md", "LICENSE", "README.md" ], "type": "commonjs", "engines": { "node": ">=12.22.x", "npm": ">=6" }, "dependencies": { "chalk": "^4", "cross-spawn": "^7.0.3", "fs-extra": "^11.2.0", "glob": "^10.4.2", "json-stringify-pretty-compact": "^3", "uglify-js": "^3.18.0" }, "devDependencies": { "@lintest/core": "^1.17.0", "@types/cross-spawn": "^6.0.6", "@types/fs-extra": "^11.0.4", "@types/glob": "^8.1.0", "@types/jest": "^29.5.12", "@types/node": "^20.14.8", "@types/uglify-es": "^3.0.3", "@types/webpack-env": "^1.18.5", "eslint": "^8.57.0", "husky": "^9.0.11", "lint-staged": "^15.2.7", "prettier": "^3.3.2", "typescript": "^5.5.2" }, "lint-staged": { "*.{css,scss}": [ "prettier --write --ignore-path .prettierignore" ], "*.{ts,tsx}": [ "prettier --write --ignore-path .prettierignore", "lintest check", "lintest lint" ] }, "vessel": { "minVersion": "5.0.0" } }