Files
Portfolio/.auto-claude/specs/021-document-the-scripts-directory-utilities-for-devel/project_index.json
T
2026-01-25 19:39:30 +01:00

30 lines
632 B
JSON

{
"project_type": "single",
"services": {
"frontend": {
"path": ".",
"tech_stack": ["next.js", "react", "typescript", "tailwindcss"],
"port": 3000,
"dev_command": "npm run dev",
"test_command": "npm test"
}
},
"infrastructure": {
"docker": true,
"database": "supabase",
"ci_cd": false
},
"conventions": {
"linter": "eslint",
"formatter": "prettier",
"testing": "vitest",
"package_manager": "npm"
},
"scripts_directory": {
"path": "scripts/",
"count": 11,
"languages": ["javascript", "html"],
"module_types": ["commonjs", "esm"]
}
}