41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"name": "unified-tech-stack-service",
|
|
"version": "1.0.0",
|
|
"description": "Unified Tech Stack Recommendation Service - Combines Template Manager and Tech Stack Selector",
|
|
"main": "src/app.js",
|
|
"scripts": {
|
|
"start": "node src/app.js",
|
|
"dev": "nodemon src/app.js",
|
|
"test": "jest",
|
|
"migrate": "node src/migrations/migrate.js",
|
|
"test-integration": "node test-comprehensive-integration.js",
|
|
"test-user-integration": "node test-user-integration.js"
|
|
},
|
|
"dependencies": {
|
|
"@anthropic-ai/sdk": "^0.24.3",
|
|
"axios": "^1.5.0",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.3.1",
|
|
"express": "^4.21.2",
|
|
"helmet": "^7.0.0",
|
|
"lodash": "^4.17.21",
|
|
"morgan": "^1.10.0",
|
|
"neo4j-driver": "^5.8.0",
|
|
"pg": "^8.11.3",
|
|
"uuid": "^9.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^29.6.2",
|
|
"nodemon": "^3.0.1"
|
|
},
|
|
"keywords": [
|
|
"tech-stack",
|
|
"recommendations",
|
|
"unified",
|
|
"template-manager",
|
|
"tech-stack-selector"
|
|
],
|
|
"author": "Tech4Biz",
|
|
"license": "MIT"
|
|
}
|