mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 04:54:03 -08:00
13 lines
197 B
JSON
13 lines
197 B
JSON
{
|
|
"name": "api",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"start": "func start",
|
|
"test": "echo \"No tests yet...\""
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.27.2"
|
|
}
|
|
}
|