{
  "name": "@atlaspack/cli",
  "version": "2.15.27",
  "description": "Blazing fast, zero configuration web application bundler",
  "license": "(MIT OR Apache-2.0)",
  "type": "commonjs",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/atlassian-labs/atlaspack.git"
  },
  "bin": {
    "atlaspack": "bin/atlaspack.js"
  },
  "main": "./lib/bin.js",
  "source": "./src/bin.ts",
  "types": "./lib/types/bin.d.ts",
  "scripts": {
    "build:lib": "gulp build --gulpfile ../../../gulpfile.js --cwd ."
  },
  "engines": {
    "node": ">= 16.0.0"
  },
  "dependencies": {
    "@atlaspack/config-default": "20.0.1",
    "@atlaspack/core": "2.39.1",
    "@atlaspack/diagnostic": "2.14.4",
    "@atlaspack/events": "2.14.4",
    "@atlaspack/feature-flags": "2.31.3",
    "@atlaspack/fs": "2.15.59",
    "@atlaspack/logger": "2.14.56",
    "@atlaspack/package-manager": "2.14.64",
    "@atlaspack/reporter-cli": "2.18.6",
    "@atlaspack/reporter-dev-server": "2.14.64",
    "@atlaspack/reporter-tracer": "2.14.64",
    "@atlaspack/utils": "3.4.6",
    "chalk": "^4.1.0",
    "commander": "^8.3.0",
    "get-port": "^5.1.1"
  },
  "devDependencies": {
    "@babel/core": "^7.22.11",
    "@atlaspack/babel-register": "2.14.5",
    "rimraf": "^3.0.2"
  }
}