{ "name": "coryd", "version": "1.1.0", "description": "The CLI for my site to run scripts, manage and download assets.", "type": "module", "bin": { "coryd": "./bin/index.js" }, "scripts": { "start": "node ./bin/index.js" }, "author": "Cory Dransfeldt", "dependencies": { "chalk": "^5.4.1", "commander": "^14.0.0", "figlet": "^1.8.1", "fs-extra": "^11.3.0", "glob": "^11.0.2", "inquirer": "^12.6.3", "transliteration": "^2.3.5" } }