Spaces:
Runtime error
Runtime error
File size: 1,486 Bytes
7ac7058 b6cd280 7ac7058 5710d63 2f30981 5710d63 7ac7058 69b971b 5710d63 69b971b 7ac7058 38fb424 5710d63 184b6e6 38fb424 5710d63 69b971b 38fb424 5710d63 38fb424 5710d63 38fb424 5710d63 38fb424 7ac7058 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | {
"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"
}
}
|