free-code
Version:
Makes free code for discord.js command/bots
37 lines (35 loc) • 728 B
JSON
{
"name": "free-code",
"version": "1.0.22",
"description": "Makes free code for discord.js command/bots",
"main": "src/index.js",
"bin": {
"free-code": "bin/create-project"
},
"preferGlobal": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"free code",
"discord.js",
"reconlx",
"js"
],
"author": "saajith",
"license": "ISC",
"dependencies": {
"arg": "^5.0.0",
"chalk": "^4.1.1",
"esm": "^3.2.25",
"execa": "^5.0.0",
"gitignore": "^0.6.0",
"inquirer": "^8.0.0",
"listr": "^0.14.3",
"ncp": "^2.0.0",
"path": "^0.12.7",
"pkg-install": "^1.0.0",
"spdx-license-list": "^6.4.0"
}
}