docs: enterprise refactor plan with ralph specs
This commit is contained in:
55
package.json
Normal file
55
package.json
Normal file
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"name": "abe",
|
||||
"version": "0.1.0",
|
||||
"description": "Autonomous Bug Explorer — an open-source framework that autonomously explores web apps, provokes failures, and generates reproducible bug reports",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"test": "jest",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"lint": "eslint src/ tests/",
|
||||
"explore": "ts-node src/index.ts",
|
||||
"replay": "ts-node src/replay.ts",
|
||||
"server": "ts-node src/server/index.ts",
|
||||
"abe": "ts-node src/cli.ts",
|
||||
"dev:all": "concurrently \"npm run server\" \"npm --prefix frontend run dev\""
|
||||
},
|
||||
"keywords": [
|
||||
"bug-explorer",
|
||||
"testing",
|
||||
"playwright",
|
||||
"automation"
|
||||
],
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@types/jest": "^29.5.0",
|
||||
"@types/node": "^20.0.0",
|
||||
"@types/supertest": "^7.2.0",
|
||||
"jest": "^29.5.0",
|
||||
"supertest": "^7.2.2",
|
||||
"ts-jest": "^29.1.0",
|
||||
"ts-node": "^10.9.0",
|
||||
"typescript": "^5.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@axe-core/playwright": "^4.11.1",
|
||||
"@playwright/test": "^1.40.0",
|
||||
"@types/better-sqlite3": "^7.6.13",
|
||||
"@types/cors": "^2.8.19",
|
||||
"@types/express": "^5.0.6",
|
||||
"@types/express-rate-limit": "^5.1.3",
|
||||
"@types/node-cron": "^3.0.11",
|
||||
"@types/pino": "^7.0.4",
|
||||
"better-sqlite3": "^12.6.2",
|
||||
"commander": "^14.0.3",
|
||||
"cors": "^2.8.6",
|
||||
"express": "^5.2.1",
|
||||
"express-rate-limit": "^8.2.1",
|
||||
"node-cron": "^4.2.1",
|
||||
"pino": "^10.3.1",
|
||||
"pixelmatch": "^7.1.0",
|
||||
"playwright": "^1.40.0",
|
||||
"sharp": "^0.34.5",
|
||||
"socket.io": "^4.8.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user