@bitrix/cli
Version:
Bitrix CLI tools
99 lines (98 loc) • 3 kB
JSON
{
"name": "@bitrix/cli",
"version": "3.3.9",
"description": "Bitrix CLI tools",
"main": "./src/cli/bitrix.js",
"engines": {
"node": ">=14.16"
},
"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",
"postinstall": "node ./postinstall/index.js"
},
"bin": {
"bitrix": "./bin/bitrix"
},
"repository": {
"type": "git",
"url": "https://github.com/bitrix-tools/cli.git"
},
"homepage": "https://github.com/bitrix-tools/cli#readme",
"bugs": {
"url": "https://github.com/bitrix-tools/cli/issues"
},
"author": "Bitrix",
"license": "MIT",
"dependencies": {
"@babel/plugin-external-helpers": "7.16.0",
"@babel/plugin-proposal-class-properties": "7.16.0",
"@babel/plugin-proposal-object-rest-spread": "7.4.3",
"@babel/plugin-proposal-private-methods": "7.2.3",
"@babel/plugin-transform-classes": "7.8.6",
"@babel/plugin-transform-flow-strip-types": "7.16.0",
"@babel/preset-env": "7.16.4",
"@babel/register": "7.16.0",
"@babel/runtime": "7.16.3",
"@bitrix/logger": "1.0.5",
"assert": "1.4.1",
"autoprefixer": "9.6.1",
"babel-plugin-module-resolver": "3.1.3",
"boxen": "2.1.0",
"camelcase": "5.0.0",
"chokidar": "3.3.1",
"colors": "1.3.2",
"concat-with-sourcemaps": "1.1.0",
"create-symlink": "1.0.0",
"fast-glob": "2.2.4",
"filesize": "3.6.1",
"fs-extra": "7.0.1",
"ini": "1.3.8",
"inquirer": "6.2.1",
"jsdom": "^21.1.0",
"log-symbols": "2.2.0",
"minimist": "1.2.5",
"mocha": "^10.2.0",
"mustache": "3.0.1",
"ora": "3.0.0",
"postcss": "7.0.36",
"postcss-svgo": "4.0.2",
"postcss-url": "8.0.0",
"rollup": "0.67.3",
"rollup-plugin-babel": "4.0.3",
"rollup-plugin-commonjs": "9.2.0",
"rollup-plugin-flow": "1.1.1",
"rollup-plugin-json": "3.1.0",
"rollup-plugin-node-resolve": "4.0.0",
"rollup-plugin-postcss-independed": "1.8.1",
"rollup-plugin-simple-babel": "1.0.6",
"rollup-plugin-terser": "^5.3.1",
"rollup-plugin-url": "3.0.0",
"sinon": "7.1.1",
"slash": "2.0.0"
},
"optionalDependencies": {
"weak": "^1.0.1"
},
"devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"babel-plugin-rewire": "^1.2.0",
"istanbul": "^1.1.0-alpha.1",
"rewire": "5.0.0"
},
"directories": {
"test": "test"
},
"keywords": [
"bitrix",
"bitrix24",
"cli",
"bundler"
]
}