{ "name": "projeto-talp1", "version": "0.0.1", "description": "Projeto de TALP 1", "main": "dist/index.js", "type": "module", "scripts": { "test": "vitest", "coverage": "vitest run --coverage", "build": "tsc", "start": "npm run build && node dist/index.js", "server": "npm run build && node dist/server.js", "dev:server": "npx tsx src/server.ts", "benchmark": "npx tsx benchmarks/run-formal-eval.ts", "postinstall": "patch-package" }, "repository": { "type": "git", "url": "git+https://github.com/uandersonricardo/projeto-talp1.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://github.com/uandersonricardo/projeto-talp1/issues" }, "homepage": "https://github.com/uandersonricardo/projeto-talp1#readme", "devDependencies": { "@biomejs/biome": "2.4.14", "@types/node": "^25.9.1", "patch-package": "^8.0.1", "ts-node": "^10.9.2", "typescript": "^6.0.3", "vitest": "^4.1.5" }, "dependencies": { "@hono/node-server": "^2.0.3", "@langchain/anthropic": "^1.4.1", "@langchain/core": "^1.1.45", "@langchain/google-genai": "^2.1.31", "@langchain/langgraph": "^1.3.2", "@langchain/openai": "^1.4.6", "@langchain/openrouter": "^0.2.4", "@solidity-parser/parser": "^0.20.2", "dotenv": "^17.4.2", "hono": "^4.12.21", "langchain": "^1.4.0", "solc": "^0.8.35", "uuid": "^11.1.1", "winston": "^3.19.0", "zod": "^4.4.3" } }