{ "name": "pake-cli", "version": "3.0.1", "description": "🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 利用 Rust 轻松构建轻量级多端桌面应用。", "engines": { "node": ">=16.0.0" }, "bin": { "pake": "./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", "cli.js" ], "scripts": { "start": "npm run dev", "dev": "npm run tauri dev", "build": "npm run tauri build --release", "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", "prepublishOnly": "npm run cli:build" }, "type": "module", "exports": "./dist/pake.js", "license": "MIT", "dependencies": { "@tauri-apps/api": "^1.6.0", "@tauri-apps/cli": "^2.1.0", "axios": "^1.7.9", "chalk": "^5.3.0", "commander": "^11.1.0", "file-type": "^18.7.0", "fs-extra": "^11.2.0", "is-url": "^1.2.4", "loglevel": "^1.9.2", "ora": "^7.0.1", "prompts": "^2.4.2", "psl": "^1.15.0", "shelljs": "^0.8.5", "tmp-promise": "^3.0.3", "update-notifier": "^7.3.1" }, "devDependencies": { "@rollup/plugin-alias": "^5.1.1", "@rollup/plugin-commonjs": "^25.0.8", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-replace": "^5.0.7", "@rollup/plugin-terser": "^0.4.4", "@types/fs-extra": "^11.0.4", "@types/is-url": "^1.2.32", "@types/node": "^20.17.10", "@types/page-icon": "^0.3.6", "@types/prompts": "^2.4.9", "@types/psl": "^1.1.3", "@types/shelljs": "^0.8.15", "@types/tmp": "^0.2.6", "@types/update-notifier": "^6.0.8", "app-root-path": "^3.1.0", "cross-env": "^7.0.3", "rollup": "^4.28.1", "rollup-plugin-typescript2": "^0.36.0", "tslib": "^2.8.1", "typescript": "^5.7.2" } }