{ "name": "@aipexstudio/root", "displayName": "AIPex", "version": "0.0.2", "private": true, "description": "Automate your browser with natural language commands - The open source browser-use solution", "author": "AIPex Studio", "repository": { "type": "git", "url": "git+https://github.com/AIPexStudio/AIPex.git" }, "scripts": { "postinstall": "prek install", "build": "pnpm -r --if-present build", "dev": "pnpm --filter @aipexstudio/cool-aipex dev", "preflight": "npm run format && npm run lint:fix && npm run typecheck && npm run test", "format": "biome format . --write", "format:check": "biome format .", "lint": "biome check .", "lint:fix": "biome check . --fix --unsafe", "lint:dependencies": "knip --strict", "test": "pnpm -r --if-present test", "typecheck": "pnpm -r --if-present typecheck", "bump": "bumpp" }, "devDependencies": { "@biomejs/biome": "^2.3.12", "@j178/prek": "^0.2.19", "@types/chrome": "0.1.32", "@types/node": "^25.0.9", "bumpp": "^10.4.0", "knip": "^5.82.1", "tinyglobby": "^0.2.15", "typescript": "^5.9.3", "vitest": "^4.0.14" } }