{ "name": "pake-cli", "version": "3.2.0", "description": "🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 利用 Rust 轻松构建轻量级多端桌面应用。", "engines": { "node": ">=16.0.0" }, "bin": { "pake": "./dist/cli.js" }, "repository": { "type": "git", "url": "https://github.com/tw93/pake.git" }, "author": { "name": "Tw93", "email": "tw93@qq.com" }, "keywords": [ "pake", "pake-cli", "rust", "tauri", "no-electron", "productivity" ], "files": [ "dist", "src-tauri" ], "scripts": { "start": "npm run dev", "dev": "npm run tauri dev", "build": "npm run tauri build --", "build:debug": "npm run tauri build -- --debug", "build:mac": "npm run tauri build -- --target universal-apple-darwin", "build:config": "chmod +x script/app_config.mjs && node script/app_config.mjs", "analyze": "cd src-tauri && cargo bloat --release --crates", "tauri": "tauri", "cli": "rollup -c rollup.config.js --watch", "cli:dev": "cross-env NODE_ENV=development rollup -c rollup.config.js -w", "cli:build": "cross-env NODE_ENV=production rollup -c rollup.config.js", "test": "npm run cli:build && PAKE_CREATE_APP=1 node tests/index.js", "format": "prettier --write . --ignore-unknown && cd src-tauri && cargo fmt --verbose", "prepublishOnly": "npm run cli:build" }, "type": "module", "exports": "./dist/cli.js", "license": "MIT", "dependencies": { "@tauri-apps/api": "^2.8.0", "@tauri-apps/cli": "^2.8.1", "axios": "^1.11.0", "chalk": "^5.6.0", "commander": "^11.1.0", "execa": "^9.6.0", "file-type": "^18.7.0", "fs-extra": "^11.3.1", "icon-gen": "^5.0.0", "loglevel": "^1.9.2", "ora": "^8.2.0", "prompts": "^2.4.2", "psl": "^1.15.0", "sharp": "^0.33.5", "tmp-promise": "^3.0.3", "update-notifier": "^7.3.1" }, "devDependencies": { "@rollup/plugin-alias": "^5.1.1", "@rollup/plugin-commonjs": "^28.0.6", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-replace": "^6.0.2", "@rollup/plugin-terser": "^0.4.4", "@types/fs-extra": "^11.0.4", "@types/node": "^20.19.11", "@types/page-icon": "^0.3.6", "@types/prompts": "^2.4.9", "@types/tmp": "^0.2.6", "@types/update-notifier": "^6.0.8", "app-root-path": "^3.1.0", "cross-env": "^7.0.3", "prettier": "^3.6.2", "rollup": "^4.46.3", "rollup-plugin-typescript2": "^0.36.0", "tslib": "^2.8.1", "typescript": "^5.9.2" } }