Files
graphify/tests/fixtures/sample.json
T
2026-05-15 00:07:09 +01:00

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"
}
}