Files
gitea-browser/package.json
agent d2f2e32978 Move source files to src/
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-24 09:26:46 -04:00

27 lines
548 B
JSON

{
"name": "browser",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"start": "tsx src/server.ts",
"login": "tsx src/login.ts",
"inspect": "tsx src/inspect.ts",
"typecheck": "tsc --noEmit"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.1",
"dotenv": "^17.3.1",
"playwright": "^1.58.2"
},
"devDependencies": {
"@types/node": "^25.5.0",
"tsx": "^4.21.0",
"typescript": "^6.0.2"
}
}