23 lines
536 B
JSON
23 lines
536 B
JSON
{
|
|
"name": "coryd",
|
|
"version": "3.2.6",
|
|
"description": "The CLI for my site to handle tasks, run commands or jobs and download things.",
|
|
"type": "module",
|
|
"bin": {
|
|
"coryd": "./bin/index.js"
|
|
},
|
|
"scripts": {
|
|
"start": "node ./bin/index.js"
|
|
},
|
|
"author": "Cory Dransfeldt",
|
|
"dependencies": {
|
|
"@directus/sdk": "^19.1.0",
|
|
"chalk": "^5.4.1",
|
|
"commander": "^14.0.0",
|
|
"figlet": "^1.8.1",
|
|
"fs-extra": "^11.3.0",
|
|
"glob": "^11.0.3",
|
|
"inquirer": "^12.6.3",
|
|
"transliteration": "^2.3.5"
|
|
}
|
|
}
|