{ "name": "@fressh/react-native-xtermjs-webview", "private": false, "version": "0.0.6", "license": "MIT", "type": "module", "files": [ "src", "dist", "dist-internal", "*" ], "exports": { ".": "./dist/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/EthanShoeDev/fressh.git" }, "bugs": { "url": "https://github.com/EthanShoeDev/fressh/issues" }, "homepage": "https://github.com/EthanShoeDev/fressh#readme", "keywords": [ "react-native", "xterm", "webview", "terminal", "ssh", "expo", "android", "ios" ], "scripts": { "fmt": "cross-env SORT_IMPORTS=true prettier --write .", "fmt:check": "cross-env SORT_IMPORTS=true prettier --check .", "lint": "eslint --fix --max-warnings 0 --report-unused-disable-directives .", "lint:check": "eslint --max-warnings 0 --report-unused-disable-directives .", "typecheck": "tsc --noEmit", "build:main": "tsc -b && vite build", "build:internal": "tsc -b && vite build --config vite.config.internal.ts", "dev": "vite --config vite.config.internal.ts", "preview": "vite preview", "release": "GITHUB_TOKEN=$(gh auth token) release-it", "release:dry": "release-it --dry-run" }, "dependencies": { "js-base64": "^3.7.8" }, "peerDependencies": { "react": "19.1.0", "react-native-webview": "13.15.0" }, "devDependencies": { "@epic-web/config": "^1.21.3", "@eslint-community/eslint-plugin-eslint-comments": "^4.5.0", "@eslint-react/eslint-plugin": "^1.53.0", "@eslint/js": "^9.35.0", "@types/react": "~19.1.12", "@types/react-dom": "^19.1.7", "@typescript-eslint/parser": "^8.44.0", "@typescript-eslint/utils": "^8.43.0", "@vitejs/plugin-react": "^5.0.2", "@xterm/addon-fit": "^0.10.0", "@xterm/xterm": "^5.5.0", "eslint": "^9.35.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.20", "globals": "^16.4.0", "js-base64": "^3.7.8", "prettier": "^3.6.2", "prettier-plugin-organize-imports": "^4.2.0", "react": "19.1.0", "react-dom": "19.1.0", "react-native-webview": "13.15.0", "release-it": "^19.0.4", "release-it-pnpm": "^4.6.6", "typescript": "~5.9.2", "typescript-eslint": "^8.44.0", "vite": "6.3.6", "vite-plugin-dts": "^4.5.4", "vite-plugin-singlefile": "^2.3.0" } }