{
  "name": "@pega/constellation-dx-components-build-utils",
  "version": "2.0.14",
  "description": "This tool uses a 'v3' approach to group components in a library, create a component map, employ webpack, and load the library like Pega-generated components, constellation app-static.",
  "keywords": [
    "pega",
    "custom-components-build-utils",
    "custom-components-helper",
    "custom-components-builder"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/pegasystems/constellation-dx-components-build-utils.git"
  },
  "license": "SEE LICENSE IN LICENSE",
  "author": "Pegasystems",
  "bin": {
    "build-library": "./bin/index.js",
    "build-library-v3": "./bin/build-v3.js",
    "delete-library": "./bin/delete.js",
    "dev-server": "./bin/dev-server.js",
    "list-library": "./bin/list.js",
    "publish-library": "./bin/publish.js"
  },
  "files": [
    "**",
    "!test",
    "!Jenkinsfile",
    "!jest.config.js",
    "!mockBuildPkg.zip",
    "!.DS_Store"
  ],
  "scripts": {
    "build": "./bin/index.js",
    "coverage": "jest --coverage test/unitTest",
    "test": "jest test/unitTest"
  },
  "dependencies": {
    "@babel/core": "^7.28.0",
    "@babel/preset-env": "^7.28.0",
    "@babel/preset-react": "^7.27.1",
    "@babel/preset-typescript": "^7.27.1",
    "archiver": "^7.0.1",
    "arg": "^5.0.2",
    "babel-loader": "^10.0.0",
    "chalk": "^4.1.2",
    "compression-webpack-plugin": "^11.1.0",
    "constants-browserify": "^1.0.0",
    "css-loader": "7.1.2",
    "file-loader": "6.2.0",
    "inquirer": "^8.2.6",
    "inquirer-tree-prompt": "^1.1.2",
    "ora-classic": "^5.4.2",
    "os-browserify": "^0.3.0",
    "path-browserify": "^1.0.1",
    "replace-in-file": "^7.2.0",
    "resolve-url-loader": "^5.0.0",
    "sass": "^1.90.0",
    "sass-loader": "^16.0.5",
    "semver": "^7.7.2",
    "stream-browserify": "^3.0.0",
    "style-loader": "^4.0.0",
    "terser-webpack-plugin": "5.3.14",
    "typescript": "^5.9.2",
    "url-loader": "4.1.1",
    "webpack": "5.101.0",
    "webpack-cli": "^6.0.1",
    "webpack-dev-server": "^5.2.2",
    "webpack-stats-plugin": "^1.1.3"
  },
  "devDependencies": {
    "@babel/cli": "^7.28.0",
    "jest": "^30.0.5",
    "jest-junit": "^16.0.0",
    "sinon": "^21.0.0"
  },
  "engines": {
    "node": ">=18",
    "npm": ">=9"
  }
}
