UNPKG

pake-cli

Version:

๐Ÿคฑ๐Ÿป Turn any webpage into a desktop app with one command. ๐Ÿคฑ๐Ÿป ไธ€้”ฎๆ‰“ๅŒ…็ฝ‘้กต็”Ÿๆˆ่ฝป้‡ๆกŒ้ขๅบ”็”จใ€‚

91 lines (90 loc) โ€ข 2.7 kB
{ "name": "pake-cli", "version": "3.3.6", "description": "๐Ÿคฑ๐Ÿป Turn any webpage into a desktop app with one command. ๐Ÿคฑ๐Ÿป ไธ€้”ฎๆ‰“ๅŒ…็ฝ‘้กต็”Ÿๆˆ่ฝป้‡ๆกŒ้ขๅบ”็”จใ€‚", "engines": { "node": ">=18.0.0" }, "packageManager": "pnpm@10.15.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": "pnpm run dev", "dev": "pnpm run tauri dev", "build": "tauri build", "build:debug": "tauri build --debug", "build:mac": "tauri build --target universal-apple-darwin", "build:config": "chmod +x scripts/configure-tauri.mjs && node scripts/configure-tauri.mjs", "analyze": "cd src-tauri && cargo bloat --release --crates", "tauri": "tauri", "cli": "cross-env NODE_ENV=development rollup -c -w", "cli:build": "cross-env NODE_ENV=production rollup -c", "test": "pnpm run cli:build && cross-env PAKE_CREATE_APP=1 node tests/index.js", "format": "prettier --write . --ignore-unknown && find tests -name '*.js' -exec sed -i '' 's/[[:space:]]*$//' {} \\; && cd src-tauri && cargo fmt --verbose", "format:check": "prettier --check . --ignore-unknown", "update": "pnpm update --verbose && cd src-tauri && cargo update", "prepublishOnly": "pnpm run cli:build" }, "type": "module", "exports": "./dist/cli.js", "license": "MIT", "dependencies": { "@tauri-apps/api": "^2.8.0", "@tauri-apps/cli": "^2.8.4", "axios": "^1.11.0", "chalk": "^5.6.0", "commander": "^12.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.13", "@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.50.0", "rollup-plugin-typescript2": "^0.36.0", "tslib": "^2.8.1", "typescript": "^5.9.2" } }