{ "name": "@nyanpasu/monorepo", "version": "2.0.0", "repository": "https://github.com/LibNyanpasu/clash-nyanpasu.git", "license": "GPL-3.0", "type": "module", "scripts": { "dev": "run-p -r web:devtools tauri:dev", "dev:diff": "run-p -r web:devtools tauri:diff", "build": "tauri build", "build:debug": "tauri build -f verge-dev deadlock-detection -d -c \"{ \\\"tauri\\\" : { \\\"updater\\\": { \\\"active\\\": false } }} \"", "build:nightly": "tauri build -f nightly -c ./backend/tauri/tauri.nightly.conf.json", "tauri": "tauri", "tauri:dev": "tauri dev -c ./backend/tauri/tauri.conf.json", "tauri:diff": "tauri dev -f verge-dev deadlock-detection -c ./backend/tauri/tauri.conf.json", "tauri:preview": "pnpm prepare:preview && tauri dev -f verge-dev deadlock-detection -c ./backend/tauri/tauri.preview.conf.json", "web:dev": "pnpm --filter=@nyanpasu/nyanpasu dev", "web:build": "pnpm --filter=@nyanpasu/nyanpasu build", "web:serve": "pnpm --filter=@nyanpasu/nyanpasu preview", "web:visualize": "pnpm --filter=@nyanpasu/nyanpasu bundle:visualize", "web:devtools": "pnpm react-devtools", "lint": "run-s lint:*", "lint:prettier": "prettier --check .", "lint:eslint": "eslint --cache .", "lint:styles": "stylelint --cache --allow-empty-input \"**/*.{css,scss}\"", "lint:ts": "run-s lint:ts:*", "lint:ts:scripts": "tsc --noEmit --project ./scripts/tsconfig.json", "lint:ts:ui": "tsc --noEmit --project ./frontend/ui/tsconfig.json", "lint:ts:interface": "tsc --noEmit --project ./frontend/interface/tsconfig.json", "lint:ts:nyanpasu": "tsc --noEmit --project ./frontend/nyanpasu/tsconfig.json", "lint:clippy": "cargo clippy --manifest-path ./backend/Cargo.toml --all-targets --all-features", "lint:rustfmt": "cargo fmt --manifest-path ./backend/Cargo.toml --all -- --check", "knip": "knip", "test": "run-p test:*", "test:backend": "cargo test --manifest-path ./backend/Cargo.toml --all-features", "fmt": "run-p fmt:*", "fmt:backend": "cargo fmt --manifest-path ./backend/Cargo.toml --all", "fmt:prettier": "prettier --write .", "check": "tsx scripts/check.ts", "updater": "tsx scripts/updater.ts", "updater:nightly": "tsx scripts/updater-nightly.ts", "send-notify": "tsx scripts/telegram-notify.ts", "send-notify:nightly": "tsx scripts/telegram-notify.ts --nightly", "publish": "tsx scripts/publish.ts", "portable": "tsx scripts/portable.ts", "upload:osx-aarch64": "tsx scripts/osx-aarch64-upload.ts", "generate:git-info": "tsx scripts/generate-git-info.ts", "generate:manifest": "run-p generate:manifest:*", "generate:manifest:latest-version": "tsx scripts/generate-latest-version.ts", "prepare": "husky", "prepare:nightly": "tsx scripts/prepare-nightly.ts", "prepare:release": "tsx scripts/prepare-release.ts", "prepare:preview": "tsx scripts/prepare-preview.ts" }, "dependencies": { "husky": "9.1.6", "lodash-es": "4.17.21" }, "devDependencies": { "@commitlint/cli": "19.5.0", "@commitlint/config-conventional": "19.5.0", "@ianvs/prettier-plugin-sort-imports": "4.3.1", "@tauri-apps/cli": "2.0.4", "@types/fs-extra": "11.0.4", "@types/lodash-es": "4.17.12", "@types/node": "22.8.2", "@typescript-eslint/eslint-plugin": "8.12.1", "@typescript-eslint/parser": "8.12.1", "autoprefixer": "10.4.20", "conventional-changelog-conventionalcommits": "8.0.0", "cross-env": "7.0.3", "dedent": "1.5.3", "eslint": "8.57.1", "eslint-config-prettier": "9.1.0", "eslint-config-standard": "17.1.0", "eslint-import-resolver-alias": "1.1.2", "eslint-plugin-html": "8.1.2", "eslint-plugin-import": "2.31.0", "eslint-plugin-n": "17.11.1", "eslint-plugin-prettier": "5.2.1", "eslint-plugin-promise": "7.1.0", "eslint-plugin-react": "7.37.2", "eslint-plugin-react-compiler": "0.0.0-experimental-fa06e2c-20241016", "eslint-plugin-react-hooks": "4.6.2", "knip": "5.34.2", "lint-staged": "15.2.10", "npm-run-all2": "7.0.1", "postcss": "8.4.47", "postcss-html": "1.7.0", "postcss-import": "16.1.0", "postcss-scss": "4.0.9", "prettier": "3.3.3", "prettier-plugin-tailwindcss": "0.6.8", "prettier-plugin-toml": "2.0.1", "react-devtools": "6.0.1", "stylelint": "16.10.0", "stylelint-config-html": "1.1.0", "stylelint-config-recess-order": "5.1.1", "stylelint-config-standard": "36.0.1", "stylelint-declaration-block-no-ignored-properties": "2.8.0", "stylelint-order": "6.0.4", "stylelint-scss": "6.8.1", "tailwindcss": "3.4.14", "tsx": "4.19.2", "typescript": "5.6.3" }, "packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee", "engines": { "node": "22.10.0" }, "pnpm": { "overrides": { "vite-plugin-monaco-editor": "npm:vite-plugin-monaco-editor-new@1.1.3", "@types/react": "npm:types-react@rc", "@types/react-dom": "npm:types-react-dom@rc" } } }