{
  "name": "@mrdeff/bitrixcli",
  "version": "3.0.11",
  "description": "Bitrix CLI tools",
  "main": "./src/cli/bitrix.js",
  "engines": {
    "node": ">= 7.5.0"
  },
  "scripts": {
    "test": "LOGGER_LEVEL=0 npx mocha --exit --require @babel/register --timeout 5000 test/**/*.test.js",
    "test:dev": "LOGGER_LEVEL=0 npx mocha --watch --require @babel/register --timeout 5000 test/**/*.test.js",
    "test:cover": "LOGGER_LEVEL=0 npx istanbul cover ./node_modules/.bin/_mocha -- --exit --require @babel/register --timeout 5000 test/**/*.test.js",
    "build": "npx rollup -c",
    "dev": "npx rollup -c -w",
    "prod": "npm run test && npm run build"
  },
  "bin": {
    "bitrix": "bin/bitrix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MrDeff/cli.git"
  },
  "homepage": "https://github.com/bitrix-tools/cli#readme",
  "bugs": {
    "url": "https://github.com/bitrix-tools/cli/issues"
  },
  "author": "Bitrix,mrdeff",
  "license": "MIT",
  "dependencies": {
    "@babel/plugin-external-helpers": "^7.10.4",
    "@babel/plugin-proposal-class-properties": "7.4.0",
    "@babel/plugin-proposal-object-rest-spread": "7.4.3",
    "@babel/plugin-proposal-private-methods": "7.2.3",
    "@babel/plugin-transform-flow-strip-types": "7.0.0",
    "@babel/preset-env": "7.11.0",
    "@babel/register": "7.10.5",
    "@babel/runtime": "7.11.2",
    "@bitrix/logger": "^1.0.5",
    "@rollup/plugin-commonjs": "^11.0.1",
    "@rollup/plugin-json": "^4.0.1",
    "@rollup/plugin-node-resolve": "^7.0.0",
    "@rollup/plugin-url": "^4.0.1",
    "assert": "^1.5.0",
    "autoprefixer": "^9.7.3",
    "babel-eslint": "^10.0.3",
    "babel-plugin-module-resolver": "^3.2.0",
    "boxen": "^2.1.0",
    "camelcase": "^5.3.1",
    "chokidar": "^2.1.8",
    "colors": "^1.4.0",
    "concat-with-sourcemaps": "^1.1.0",
    "create-symlink": "^1.0.0",
    "eslint": "^6.8.0",
    "eslint-config-airbnb-base": "^14.0.0",
    "eslint-plugin-babel": "^5.3.0",
    "eslint-plugin-flowtype": "^4.5.3",
    "eslint-plugin-import": "^2.19.1",
    "fast-glob": "^2.2.7",
    "filesize": "^3.6.1",
    "flow-bin": "^0.96.0",
    "fs-extra": "^7.0.1",
    "iconv-lite": "^0.4.24",
    "ini": "^1.3.5",
    "inquirer": "^6.5.2",
    "jschardet": "^2.1.1",
    "jsdom": "^12.2.0",
    "log-symbols": "^2.2.0",
    "minimist": "^1.2.0",
    "mocha": "^5.2.0",
    "mustache": "^3.2.1",
    "ora": "^3.4.0",
    "postcss": "^7.0.26",
    "postcss-svgo": "^4.0.2",
    "postcss-url": "^8.0.0",
    "rollup": "^1.29.0",
    "rollup-plugin-flow": "^1.1.1",
    "rollup-plugin-postcss-independed": "^1.8.1",
    "rollup-plugin-simple-babel": "^1.0.6",
    "sinon": "^7.5.0",
    "slash": "^2.0.0",
    "update-notifier": "^2.5.0",
    "weak": "^1.0.1"
  },
  "optionalDependencies": {
    "weak": "^1.0.1"
  },
  "devDependencies": {
    "@babel/plugin-transform-runtime": "^7.11.0",
    "babel-plugin-rewire": "^1.2.0",
    "istanbul": "^1.1.0-alpha.1",
    "rewire": "^4.0.1"
  },
  "directories": {
    "test": "test"
  },
  "keywords": [
    "bitrix",
    "bitrix24",
    "cli",
    "bundler"
  ]
}
