Files
AIPex/package.json
dependabot[bot] c07f5484f5 build(deps-dev): bump @types/chrome from 0.1.32 to 0.1.38 (#205)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-30 16:19:38 +08:00

38 lines
1.1 KiB
JSON

{
"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.14",
"@j178/prek": "^0.3.1",
"@types/chrome": "0.1.38",
"@types/node": "^25.2.3",
"bumpp": "^11.0.1",
"knip": "^5.82.1",
"tinyglobby": "^0.2.15",
"typescript": "^5.9.3",
"vitest": "^4.1.0"
}
}