{
  "name": "makepack",
  "version": "1.7.30",
  "type": "module",
  "description": "A CLI tool to create, build, and manage JavaScript, TypeScript, React, and React-TypeScript libraries for npm projects.",
  "categories": [
    "Other"
  ],
  "author": {
    "name": "Devnax",
    "email": "devnaxrul@gmail.com"
  },
  "bin": "./src/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/devnax/makepack"
  },
  "bugs": {
    "url": "https://github.com/devnax/makepack/issues"
  },
  "homepage": "https://github.com/devnax/makepack#readme",
  "scripts": {
    "start": "node ./src/index.js start",
    "create": "node ./src/index.js create",
    "build": "node ./src/index.js build"
  },
  "dependencies": {
    "@rollup/plugin-commonjs": "^28.0.5",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^16.0.1",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^12.1.2",
    "@types/fs-extra": "^11.0.4",
    "chokidar": "^4.0.3",
    "commander": "^12.1.0",
    "esbuild": "^0.25.5",
    "express": "^4.21.1",
    "fs-extra": "^11.2.0",
    "inquirer": "^12.1.0",
    "lodash.debounce": "^4.0.8",
    "madge": "^8.0.0",
    "ora": "^8.1.1",
    "react": "^19.1.0",
    "react-dom": "^19.0.0",
    "rollup": "^4.43.0",
    "rollup-plugin-dts": "^6.2.1",
    "rollup-plugin-preserve-directives": "^0.4.0",
    "tslib": "^2.8.1",
    "vite": "^6.0.2"
  },
  "keywords": [
    "CLI",
    "npm",
    "library",
    "JavaScript",
    "TypeScript",
    "React",
    "npm-package"
  ],
  "devDependencies": {
    "@types/react": "^19.1.8",
    "typescript": "^5.8.3"
  }
}