UNPKG

@onereach/orest-cli

Version:

The tool for creating, serving, and publishing OREST stuff

91 lines 2.37 kB
{ "name": "@onereach/orest-cli", "version": "2.4.0", "description": "The tool for creating, serving, and publishing OREST stuff", "keywords": [ "onereach", "orest", "cli" ], "repository": "https://gitlab.internal.onereach.io/onereach/platform/orest/cli.git", "license": "UNLICENSED", "bin": { "orest-input": "bin/orest-input.js", "orest-micro": "bin/orest-micro.js", "orest-npm": "bin/orest-npm.js" }, "husky": { "hooks": { "pre-commit": "lint-staged", "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, "commitlint": { "extends": [ "@onereach/commitlint-config" ] }, "lint-staged": { "*.{js,json,vue}": "eslint --ignore-path .gitignore --fix", "package.json": "sort-package-json" }, "browserslist": [ "defaults" ], "dependencies": { "@babel/core": "7.21.0", "@babel/preset-env": "7.20.2", "@or-sdk/files": "3.4.36", "@or-sdk/library": "0.3.0-beta.2718.0", "@or-sdk/sdk-api": "0.26.22", "add": "2.0.6", "archiver": "5.3.0", "axios": "1.8.2", "axios-cookiejar-support": "5.0.2", "boxen": "5.1.2", "chalk": "4.1.1", "cli-progress": "3.12.0", "commander": "8.3.0", "cors": "2.8.5", "execa": "5.1.1", "express": "4.18.2", "form-data": "4.0.0", "get-port": "5.1.1", "ini": "2.0.0", "inquirer": "12.5.0", "lodash": "4.17.21", "pkg-dir": "5.0.0", "progress": "2.0.3", "read-pkg": "5.2.0", "require-from-string": "2.0.2", "rimraf": "3.0.2", "sha3": "2.1.4", "tar": "6.2.1", "tough-cookie": "4.1.4", "update-notifier": "5.1.0", "uuid": "8.3.2", "yeoman-environment": "3.8.1", "yeoman-generator": "5.5.2" }, "devDependencies": { "@changesets/cli": "2.23.0", "@commitlint/cli": "16.0.2", "@onereach/commitlint-config": "0.0.4", "eslint": "8.6.0", "eslint-config-prettier": "8.3.0", "eslint-plugin-json": "3.1.0", "eslint-plugin-prettier": "4.0.0", "eslint-plugin-vue": "8.3.0", "husky": "7.0.4", "lint-staged": "12.1.7", "prettier": "2.5.1", "sort-package-json": "2.8.0" }, "publishConfig": { "access": "public" }, "scripts": { "lint": "eslint --ext .js,.json,.vue --ignore-path .gitignore .", "lint:fix": "eslint --ext .js,.json,.vue --ignore-path .gitignore --fix ." } }