{
  "name": "packemon",
  "version": "4.1.2",
  "type": "module",
  "description": "Build and prepare packages for npm distribution using standardized configurations and practices. Gotta pack 'em all!",
  "keywords": [
    "build",
    "prepare",
    "pack",
    "package"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:milesj/packemon.git",
    "directory": "packages/packemon"
  },
  "author": "Miles Johnson",
  "license": "MIT",
  "main": "./mjs/index.mjs",
  "types": "./mjs/index.d.ts",
  "bin": "./mjs/bin.mjs",
  "files": [
    "mjs/**/*",
    "src/**/*",
    "templates/**/*"
  ],
  "exports": {
    "./package.json": "./package.json",
    "./babel": {
      "types": "./mjs/babel.d.ts",
      "import": "./mjs/babel.mjs"
    },
    "./bin": {
      "types": "./mjs/bin.d.ts",
      "import": "./mjs/bin.mjs"
    },
    ".": {
      "types": "./mjs/index.d.ts",
      "import": "./mjs/index.mjs"
    }
  },
  "engines": {
    "node": ">=18.12.0"
  },
  "packemon": {
    "api": "private",
    "inputs": {
      "index": "src/index.ts",
      "babel": "src/babel.ts",
      "bin": "src/bin.ts"
    },
    "format": "mjs",
    "platform": "node"
  },
  "dependencies": {
    "@babel/core": "^7.27.1",
    "@babel/plugin-external-helpers": "^7.27.1",
    "@babel/plugin-proposal-decorators": "^7.27.1",
    "@babel/plugin-proposal-json-modules": "^7.25.9",
    "@babel/plugin-syntax-import-attributes": "^7.27.1",
    "@babel/plugin-transform-runtime": "^7.27.1",
    "@babel/preset-env": "^7.27.2",
    "@babel/preset-flow": "^7.27.1",
    "@babel/preset-react": "^7.27.1",
    "@babel/preset-typescript": "^7.27.1",
    "@boost/cli": "^5.0.0",
    "@boost/common": "^5.0.0",
    "@boost/config": "^5.0.0",
    "@boost/debug": "^5.0.0",
    "@boost/event": "^5.0.0",
    "@boost/pipeline": "^5.0.0",
    "@boost/terminal": "^5.0.0",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^28.0.3",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^16.0.1",
    "@swc/core": "^1.11.29",
    "@swc/helpers": "^0.5.17",
    "babel-plugin-cjs-esm-interop": "^4.0.3",
    "babel-plugin-conditional-invariant": "^4.0.1",
    "babel-plugin-env-constants": "^4.0.1",
    "babel-preset-solid": "^1.9.6",
    "browserslist": "^4.24.5",
    "debug": "^4.4.1",
    "execa": "^9.5.3",
    "fast-glob": "^3.3.3",
    "filesize": "^10.1.6",
    "ink": "^5.2.1",
    "ink-progress-bar": "^3.0.0",
    "ink-spinner": "^5.0.0",
    "magic-string": "^0.30.17",
    "micromatch": "^4.0.8",
    "react": "^18.3.1",
    "resolve": "^1.22.10",
    "rollup": "^4.41.0",
    "rollup-plugin-node-externals": "^8.0.0",
    "rollup-plugin-polyfill-node": "^0.13.0",
    "semver": "^7.7.2",
    "spdx-license-list": "^6.10.0"
  },
  "devDependencies": {
    "@typescript-eslint/types": "^8.32.1"
  },
  "peerDependencies": {
    "chokidar": "^4.0.0",
    "typescript": "^5.0.0"
  },
  "peerDependenciesMeta": {
    "chokidar": {
      "optional": true
    },
    "typescript": {
      "optional": true
    }
  },
  "funding": {
    "type": "ko-fi",
    "url": "https://ko-fi.com/milesjohnson"
  },
  "gitHead": "6ba073baf74f810bf2a1cb73d6caa2e99f1f6ad3"
}
