chatgpt-api/apps/e2e/package.json

36 wiersze
1.0 KiB
JSON

{
"name": "@agentic/platform-e2e-tests",
"private": true,
"version": "0.1.0",
"description": "Internal Agentic platform E2E tests.",
"author": "Travis Fischer <travis@transitivebullsh.it>",
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "git+https://github.com/transitive-bullshit/agentic-platform.git",
"directory": "apps/e2e"
},
"type": "module",
"scripts": {
"test": "run-s test:*",
"test:lint": "eslint .",
"test:typecheck": "tsc --noEmit",
"e2e": "vitest run",
"e2e-http": "vitest run src/http-e2e.test.ts",
"e2e-mcp": "vitest run src/mcp-e2e.test.ts"
},
"dependencies": {
"ky": "catalog:",
"p-map": "catalog:",
"p-times": "^4.0.0"
},
"devDependencies": {
"@agentic/platform": "workspace:*",
"@agentic/platform-api-client": "workspace:*",
"@agentic/platform-core": "workspace:*",
"@agentic/platform-fixtures": "workspace:*",
"@modelcontextprotocol/sdk": "catalog:",
"fast-content-type-parse": "catalog:"
}
}