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

13 lines
197 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": {
2022-05-12 23:30:56 -07:00
"axios": "^0.27.2"
2022-01-04 00:39:45 -08:00
}
2022-01-03 08:38:07 -08:00
}