15 lines
271 B
JSON
15 lines
271 B
JSON
{
|
|
"name": "yeet",
|
|
"description": "Yeet builds and deploys your project, making it available online.",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Yeet",
|
|
"email": "support@yeet.net"
|
|
},
|
|
"agents": [
|
|
"./agents"
|
|
],
|
|
"commands": [
|
|
"./commands"
|
|
]
|
|
} |