@onereach/orest-input-cli
Version:
The tool for creating, serving, and publishing OREST Inputs
84 lines • 2.1 kB
JSON
{
"name": "@onereach/orest-input-cli",
"version": "1.18.0",
"license": "UNLICENSED",
"publishConfig": {
"access": "public"
},
"description": "The tool for creating, serving, and publishing OREST Inputs",
"keywords": [
"onereach",
"orest",
"cli"
],
"repository": {
"type": "git",
"url": "git@gitlab.com:onereach/platform/external-steps/orest-input-cli.git"
},
"bin": {
"orest-input": "bin/orest-input.js",
"orest-npm": "bin/orest-npm.js",
"orest-input-cli": "bin/orest-input.js"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"*.{js,json,vue}": "eslint --ignore-path .gitignore --fix"
},
"commitlint": {
"extends": [
"@onereach/commitlint-config"
]
},
"dependencies": {
"@babel/core": "7.21.0",
"@babel/preset-env": "7.20.2",
"@or-sdk/store": "1.1.3",
"archiver": "5.3.0",
"axios": "0.24.0",
"chalk": "4.1.1",
"commander": "8.3.0",
"cors": "2.8.5",
"execa": "5.1.1",
"express": "4.18.2",
"form-data": "4.0.0",
"ini": "2.0.0",
"inquirer": "8.2.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.1.11",
"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"
},
"browserslist": [
"defaults"
],
"scripts": {
"lint": "eslint --ext .js,.json,.vue --ignore-path .gitignore .",
"lint:fix": "eslint --ext .js,.json,.vue --ignore-path .gitignore --fix ."
}
}