mirror of
https://github.com/AIPexStudio/AIPex.git
synced 2026-05-14 03:01:37 +00:00
37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"name": "@aipexstudio/cool-aipex",
|
|
"displayName": "AIPex",
|
|
"version": "0.0.2",
|
|
"description": "Automate your browser with natural language commands - The open source browser-use solution",
|
|
"author": "Plasmo Corp. <foss@plasmo.com>",
|
|
"publishConfig": {
|
|
"registry": "https://npm.pkg.github.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/AIPexStudio/aipex-whole.git"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "prek install",
|
|
"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": "tsc --build",
|
|
"knip": "knip"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.3.8",
|
|
"@j178/prek": "^0.2.19",
|
|
"@types/chrome": "0.1.31",
|
|
"@types/node": "^24.10.1",
|
|
"knip": "^5.71.0",
|
|
"typescript": "^5.9.3",
|
|
"vitest": "^4.0.14"
|
|
}
|
|
}
|