mirror of
https://github.com/safishamsi/graphify.git
synced 2026-07-12 18:37:12 +00:00
40b9b84caa
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
17 lines
265 B
JSON
17 lines
265 B
JSON
{
|
|
"name": "my-app",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "jest",
|
|
"start": "node dist/index.js"
|
|
},
|
|
"dependencies": {
|
|
"react": "^18.0.0",
|
|
"axios": "^1.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.0.0"
|
|
}
|
|
}
|