{
  "name": "@axia-js/dev",
  "version": "0.1.0",
  "type": "module",
  "description": "A collection of shared CI scripts and development environment used by @axia projects",
  "bin": {
    "axia-ci-ghact-build": "./scripts/axia-ci-ghact-build.cjs",
    "axia-ci-ghact-docs": "./scripts/axia-ci-ghact-docs.cjs",
    "axia-ci-ghpages-force": "./scripts/axia-ci-ghpages-force.cjs",
    "axia-dev-build-docs": "./scripts/axia-dev-build-docs.cjs",
    "axia-dev-build-ts": "./scripts/axia-dev-build-ts.cjs",
    "axia-dev-circular": "./scripts/axia-dev-circular.cjs",
    "axia-dev-clean-build": "./scripts/axia-dev-clean-build.cjs",
    "axia-dev-copy-to": "./scripts/axia-dev-copy-to.cjs",
    "axia-dev-run-lint": "./scripts/axia-dev-run-lint.cjs",
    "axia-dev-run-prettier": "./scripts/axia-dev-run-prettier.cjs",
    "axia-dev-run-test": "./scripts/axia-dev-run-test.cjs",
    "axia-dev-version": "./scripts/axia-dev-version.cjs",
    "axia-dev-yarn-only": "./scripts/axia-dev-yarn-only.cjs",
    "axia-exec-eslint": "./scripts/axia-exec-eslint.cjs",
    "axia-exec-ghpages": "./scripts/axia-exec-ghpages.cjs",
    "axia-exec-ghrelease": "./scripts/axia-exec-ghrelease.cjs",
    "axia-exec-prettier": "./scripts/axia-exec-prettier.cjs",
    "axia-exec-rollup": "./scripts/axia-exec-rollup.cjs",
    "axia-exec-tsc": "./scripts/axia-exec-tsc.cjs",
    "axia-exec-webpack": "./scripts/axia-exec-webpack.cjs"
  },
  "author": "Sankar boro <sankar.boro@zeeve.io>",
  "maintainers": [],
  "contributors": [],
  "license": "Apache-2.0",
  "engines": {},
  "repository": "github:axia-js/dev",
  "bugs": "https://github.com/axia-js/dev/issues",
  "homepage": "https://github.com/axia-js/dev#readme",
  "dependencies": {
    "@babel/cli": "^7.15.4",
    "@babel/core": "^7.15.5",
    "@babel/plugin-proposal-class-properties": "^7.14.5",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
    "@babel/plugin-proposal-numeric-separator": "^7.14.5",
    "@babel/plugin-proposal-object-rest-spread": "^7.15.6",
    "@babel/plugin-proposal-optional-chaining": "^7.14.5",
    "@babel/plugin-proposal-private-methods": "^7.14.5",
    "@babel/plugin-syntax-bigint": "^7.8.3",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-syntax-import-meta": "^7.10.4",
    "@babel/plugin-syntax-top-level-await": "^7.14.5",
    "@babel/plugin-transform-regenerator": "^7.14.5",
    "@babel/plugin-transform-runtime": "^7.15.0",
    "@babel/preset-env": "^7.15.6",
    "@babel/preset-react": "^7.14.5",
    "@babel/preset-typescript": "^7.15.0",
    "@babel/register": "^7.15.3",
    "@babel/runtime": "^7.15.4",
    "@rollup/plugin-alias": "^3.1.5",
    "@rollup/plugin-commonjs": "^20.0.0",
    "@rollup/plugin-inject": "^4.0.2",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^13.0.4",
    "@rushstack/eslint-patch": "^1.0.6",
    "@typescript-eslint/eslint-plugin": "4.31.1",
    "@typescript-eslint/parser": "4.31.1",
    "@vue/component-compiler-utils": "^3.2.2",
    "babel-jest": "^27.2.0",
    "babel-plugin-module-extension-resolver": "^1.0.0-rc.2",
    "babel-plugin-module-resolver": "^4.1.0",
    "babel-plugin-styled-components": "^1.13.2",
    "browserslist": "^4.17.0",
    "chalk": "^4.1.2",
    "coveralls": "^3.1.1",
    "eslint": "^7.32.0",
    "eslint-config-standard": "^16.0.3",
    "eslint-import-resolver-node": "^0.3.6",
    "eslint-plugin-header": "^3.1.1",
    "eslint-plugin-import": "^2.24.2",
    "eslint-plugin-import-newlines": "^1.1.4",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^5.1.0",
    "eslint-plugin-react": "^7.25.1",
    "eslint-plugin-react-hooks": "^4.2.0",
    "eslint-plugin-simple-import-sort": "^7.0.0",
    "eslint-plugin-sort-destructure-keys": "^1.3.5",
    "fs-extra": "^10.0.0",
    "gh-pages": "^3.2.3",
    "gh-release": "^6.0.0",
    "glob": "^7.1.7",
    "glob2base": "^0.0.12",
    "jest": "^27.2.0",
    "jest-cli": "^27.2.0",
    "jest-config": "^27.2.0",
    "jest-haste-map": "^27.2.0",
    "jest-resolve": "^27.2.0",
    "madge": "^5.0.1",
    "minimatch": "^3.0.4",
    "mkdirp": "^1.0.4",
    "prettier": "^2.4.0",
    "rimraf": "^3.0.2",
    "rollup": "^2.56.3",
    "typescript": "^4.4.3",
    "yargs": "^17.1.1"
  },
  "devDependencies": {
    "@types/jest": "^27.0.1",
    "@types/node": "^16.9.1",
    "@types/react": "^17.0.20",
    "@types/yargs": "^17.0.2",
    "react": "^17.0.2"
  }
}
