oh-my-posh/website/api/package.json

13 lines
196 B
JSON
Raw Normal View History

2022-01-03 08:38:07 -08:00
{
"name": "api",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "func start",
"test": "echo \"No tests yet...\""
},
2022-01-04 00:39:45 -08:00
"dependencies": {
2023-11-19 07:27:54 -08:00
"axios": "^1.6.2"
2022-01-04 00:39:45 -08:00
}
2022-01-03 08:38:07 -08:00
}