sofi-to/package.json

13 lines
198 B
JSON
Raw Permalink Normal View History

2024-07-09 16:38:35 +00:00
{
"name": "sofi-to",
"packageManager": "yarn@4.3.0",
2024-07-09 17:11:17 +00:00
"private": true,
"type": "module",
"dependencies": {
"fastify": "^4.28.1"
},
"scripts": {
"start": "node src/app.js"
}
2024-07-09 16:38:35 +00:00
}