{
  "name": "nextron",
  "version": "10.0.0",
  "description": "⚡ Next.js + Electron ⚡",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/saltyshiomix/nextron.git"
  },
  "author": {
    "name": "Yoshihide Shiono",
    "email": "shiono.yoshihide@gmail.com",
    "url": "https://github.com/saltyshiomix"
  },
  "license": "MIT",
  "homepage": "https://github.com/saltyshiomix/nextron",
  "keywords": [
    "electron",
    "next",
    "nextjs",
    "next.js",
    "react",
    "reactjs",
    "react.js",
    "nextron"
  ],
  "bugs": {
    "url": "https://github.com/saltyshiomix/nextron/issues",
    "email": "shiono.yoshihide@gmail.com"
  },
  "files": [
    "bin",
    "babel.js",
    "types.d.ts"
  ],
  "bin": {
    "nextron": "bin/nextron.cjs"
  },
  "types": "types.d.ts",
  "scripts": {
    "dev": "tsx scripts/dev",
    "lint:eslint": "eslint .",
    "lint:prettier": "prettier --check .",
    "prebuild": "rimraf bin",
    "build": "tsdown",
    "prepublishOnly": "NODE_ENV=production tsdown"
  },
  "dependencies": {
    "@babel/core": "7.29.0",
    "@babel/plugin-transform-class-properties": "7.28.6",
    "@babel/plugin-transform-object-rest-spread": "7.28.6",
    "@babel/plugin-transform-optional-chaining": "7.28.6",
    "@babel/plugin-transform-runtime": "7.29.0",
    "@babel/preset-env": "7.29.2",
    "@babel/preset-typescript": "7.28.5",
    "@babel/runtime": "7.29.2",
    "@babel/runtime-corejs3": "7.29.2",
    "babel-loader": "10.1.1",
    "chalk": "5.6.2",
    "commander": "14.0.2",
    "execa": "9.6.1",
    "fs-extra": "11.3.2",
    "get-port-please": "3.2.0",
    "jiti": "2.6.1",
    "terser-webpack-plugin": "5.4.0",
    "tsconfig-paths-webpack-plugin": "4.2.0",
    "webpack": "5.105.4",
    "webpack-merge": "6.0.1"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/fs-extra": "^11.0.4",
    "@types/node": "^20.14.2",
    "eslint": "^10.1.0",
    "eslint-config-prettier": "^10.1.8",
    "lefthook": "^2.1.4",
    "lerna": "^9.0.3",
    "prettier": "^3.8.1",
    "rimraf": "^6.1.2",
    "tsdown": "^0.21.4",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.57.2"
  }
}
