{
  "name": "mixone",
  "version": "0.1.0-beta.12",
  "description": "mixone - universal Electron desktop app scaffolding tool (TS-ready)",
  "license": "MIT",
  "main": "src/index.js",
  "bin": {
    "mixone": "bin/mixone.js",
    "create-mixone": "bin/create-mixone.js"
  },
  "files": [
    "bin",
    "src",
    "templates",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "engines": {
    "node": ">=20.19.0"
  },
  "dependencies": {
    "@vitejs/plugin-react": "^5.2.0",
    "@vitejs/plugin-vue": "^6.0.8",
    "bytenode": "^1.5.0",
    "electron": "21.4.4",
    "react": "^19.2.0",
    "react-dom": "^19.2.0",
    "react-native-web": "^0.21.2",
    "react-router-dom": "^7.18.0",
    "vite": "^8.1.5",
    "vue": "^3.5.40",
    "vue-router": "^5.2.0",
    "typescript": "~5.8.3"
  },
  "keywords": [
    "electron",
    "vite",
    "scaffold",
    "desktop",
    "vue",
    "react",
    "react-native-web",
    "boilerplate",
    "starter"
  ],
  "author": "mixone contributors",
  "contributors": [
    "mixone contributors"
  ],
  "homepage": "https://github.com/qew4/mixone-example#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/qew4/mixone-example.git"
  },
  "bugs": {
    "url": "https://github.com/qew4/mixone-example/issues"
  },
  "publishConfig": {
    "access": "public",
    "tag": "latest"
  },
  "scripts": {
    "test": "node --test test/smoke.test.js"
  },
  "devDependencies": {}
}
