UNPKG

3.24 kBJSONView Raw
1{
2 "name": "@bitrix/cli",
3 "version": "3.2.5",
4 "description": "Bitrix CLI tools",
5 "main": "./src/cli/bitrix.js",
6 "engines": {
7 "node": ">=14.16"
8 },
9 "scripts": {
10 "test": "LOGGER_LEVEL=0 npx mocha --exit --require @babel/register --timeout 5000 test/**/*.test.js",
11 "test:dev": "LOGGER_LEVEL=0 npx mocha --watch --require @babel/register --timeout 5000 test/**/*.test.js",
12 "test:cover": "LOGGER_LEVEL=0 npx istanbul cover ./node_modules/.bin/_mocha -- --exit --require @babel/register --timeout 5000 test/**/*.test.js",
13 "build": "npx rollup -c",
14 "dev": "npx rollup -c -w",
15 "prod": "npm run test && npm run build"
16 },
17 "bin": {
18 "bitrix": "./bin/bitrix"
19 },
20 "repository": {
21 "type": "git",
22 "url": "https://github.com/bitrix-tools/cli.git"
23 },
24 "homepage": "https://github.com/bitrix-tools/cli#readme",
25 "bugs": {
26 "url": "https://github.com/bitrix-tools/cli/issues"
27 },
28 "author": "Bitrix",
29 "license": "MIT",
30 "dependencies": {
31 "@babel/plugin-external-helpers": "7.16.0",
32 "@babel/plugin-proposal-class-properties": "7.16.0",
33 "@babel/plugin-proposal-object-rest-spread": "7.4.3",
34 "@babel/plugin-proposal-private-methods": "7.2.3",
35 "@babel/plugin-transform-classes": "7.8.6",
36 "@babel/plugin-transform-flow-strip-types": "7.16.0",
37 "@babel/preset-env": "7.16.4",
38 "@babel/register": "7.16.0",
39 "@babel/runtime": "7.16.3",
40 "@bitrix/logger": "1.0.5",
41 "assert": "1.4.1",
42 "autoprefixer": "9.6.1",
43 "babel-eslint": "10.0.1",
44 "babel-plugin-module-resolver": "3.1.3",
45 "boxen": "2.1.0",
46 "camelcase": "5.0.0",
47 "chokidar": "3.3.1",
48 "colors": "1.3.2",
49 "concat-with-sourcemaps": "1.1.0",
50 "create-symlink": "1.0.0",
51 "eslint": "6.1.0",
52 "eslint-config-airbnb-base": "14.0.0",
53 "eslint-plugin-babel": "5.3.0",
54 "eslint-plugin-flowtype": "4.3.0",
55 "eslint-plugin-import": "2.18.2",
56 "fast-glob": "2.2.4",
57 "filesize": "3.6.1",
58 "flow-bin": "0.96.0",
59 "fs-extra": "7.0.1",
60 "iconv-lite": "0.4.24",
61 "ini": "1.3.8",
62 "inquirer": "6.2.1",
63 "jschardet": "2.1.0",
64 "jsdom": "^21.1.0",
65 "log-symbols": "2.2.0",
66 "minimist": "1.2.5",
67 "mocha": "^10.2.0",
68 "mustache": "3.0.1",
69 "ora": "3.0.0",
70 "postcss": "7.0.36",
71 "postcss-svgo": "4.0.2",
72 "postcss-url": "8.0.0",
73 "rollup": "0.67.3",
74 "rollup-plugin-babel": "4.0.3",
75 "rollup-plugin-commonjs": "9.2.0",
76 "rollup-plugin-flow": "1.1.1",
77 "rollup-plugin-json": "3.1.0",
78 "rollup-plugin-node-resolve": "4.0.0",
79 "rollup-plugin-postcss-independed": "1.8.1",
80 "rollup-plugin-simple-babel": "1.0.6",
81 "rollup-plugin-terser": "^5.3.1",
82 "rollup-plugin-url": "3.0.0",
83 "sinon": "7.1.1",
84 "slash": "2.0.0"
85 },
86 "optionalDependencies": {
87 "weak": "^1.0.1"
88 },
89 "devDependencies": {
90 "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
91 "@babel/plugin-proposal-optional-chaining": "^7.21.0",
92 "@babel/plugin-transform-runtime": "^7.2.0",
93 "babel-plugin-rewire": "^1.2.0",
94 "istanbul": "^1.1.0-alpha.1",
95 "rewire": "5.0.0"
96 },
97 "directories": {
98 "test": "test"
99 },
100 "keywords": [
101 "bitrix",
102 "bitrix24",
103 "cli",
104 "bundler"
105 ]
106}