Files
AIPex/package.json
dependabot[bot] a3490091f5 build(deps-dev): bump vitest from 4.0.14 to 4.0.18
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 4.0.14 to 4.0.18.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-version: 4.0.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-23 12:09:43 +00: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.32",
"@types/node": "^25.2.3",
"bumpp": "^10.4.1",
"knip": "^5.82.1",
"tinyglobby": "^0.2.15",
"typescript": "^5.9.3",
"vitest": "^4.0.18"
}
}