{
  "name": "@zarm-design/cli",
  "version": "0.0.49",
  "description": "Cli Tools for Zarm Design Project",
  "keywords": [
    "zarm-cli",
    "cli",
    "react",
    "tools"
  ],
  "license": "MIT",
  "author": "jerome.lin@zhongan.com",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "bin": {
    "zarm": "./bin/zarm.js"
  },
  "files": [
    "dist",
    "bin"
  ],
  "scripts": {
    "build": "pnpm clean && tsc --build --force",
    "clean": "rimraf dist",
    "dev": "tsc -w",
    "prepack": "pnpm build",
    "test": "jest"
  },
  "dependencies": {
    "@babel/core": "^7.13.10",
    "@babel/helper-string-parser": "^7.21.5",
    "@babel/plugin-proposal-class-properties": "^7.13.0",
    "@babel/plugin-proposal-decorators": "^7.13.5",
    "@babel/plugin-proposal-optional-chaining": "^7.13.12",
    "@babel/plugin-transform-runtime": "^7.13.10",
    "@babel/preset-env": "^7.13.12",
    "@babel/preset-react": "^7.12.13",
    "@babel/preset-typescript": "^7.13.0",
    "@babel/runtime": "^7.13.10",
    "@babel/runtime-corejs3": "^7.13.10",
    "@sentry/webpack-plugin": "^1.15.1",
    "babel-jest": "^26.5.2",
    "babel-loader": "^8.2.2",
    "chalk": "^4.1.1",
    "change-case": "^4.1.2",
    "commander": "^7.2.0",
    "css-loader": "^6.7.3",
    "execa": "^3.3.0",
    "fork-ts-checker-webpack-plugin": "^6.2.10",
    "gulp": "^4.0.2",
    "gulp-babel": "^8.0.0",
    "gulp-sass": "^5.1.0",
    "html-webpack-plugin": "^5.5.0",
    "import-local": "^3.0.2",
    "jest": "^26.5.3",
    "metro-react-native-babel-preset": "^0.63.0",
    "mini-css-extract-plugin": "^2.7.2",
    "mkdirp": "^0.5.1",
    "postcss": "^8.4.21",
    "postcss-flexbugs-fixes": "^5.0.2",
    "postcss-loader": "^7.0.2",
    "postcss-preset-env": "^8.0.1",
    "process": "^0.11.10",
    "react": "^19.2.7",
    "react-dom": "^19.2.7",
    "react-native": "^0.63.2",
    "sass": "^1.58.3",
    "sass-loader": "^13.2.0",
    "signale": "^1.4.0",
    "terser-webpack-plugin": "^5.1.2",
    "through2": "^3.0.1",
    "ts-jest": "^26.5.0",
    "webpack": "^5.75.0",
    "webpack-bundle-analyzer": "^4.8.0",
    "webpack-cli": "^5.0.1",
    "webpack-dev-server": "^4.11.1",
    "webpack-merge": "^5.8.0",
    "webpackbar": "^5.0.2"
  },
  "devDependencies": {
    "@types/node": "^15.3.0",
    "@types/webpack": "^5.28.0",
    "ts-node": "^10.9.1",
    "typescript": "~4.5.0"
  },
  "tags": [
    "zarm",
    "zarm-cli",
    "zhongan"
  ],
  "gitHead": "1091bf066a54c47e891e2bce907ac4c967e68e2b"
}
