codecrucible-synth
Version:
Production-Ready AI Development Platform with Multi-Voice Synthesis, Smithery MCP Integration, Enterprise Security, and Zero-Timeout Reliability
20 lines • 434 B
JSON
{
"name": "codecrucible-synth-test",
"version": "1.0.0",
"description": "Test build for CodeCrucible Synth",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"test": "echo \"No tests specified\" && exit 0"
},
"dependencies": {
"chalk": "^5.3.0",
"inquirer": "^10.0.0",
"ora": "^8.0.1"
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.3.0"
}
}