mirror of
https://github.com/AIPexStudio/AIPex.git
synced 2026-05-13 18:51:35 +00:00
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>
38 lines
1.1 KiB
JSON
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"
|
|
}
|
|
}
|