better-npm-init
Version:
A better version of npm init, with templates and more. Usage: better-npm-init <template> [--yarn] [--install] [--git] [--yes] [--help]
34 lines • 969 B
JSON
{
"name": "discord-js-template",
"version": "1.0.0",
"description": "A Discord.js template made with better-init",
"main": "bot.js",
"scripts": {
"start": "node bot.js"
},
"author": "",
"license": "MIT",
"dependencies": {
"asynckit": "^0.4.0",
"callsites": "^4.0.0",
"combined-stream": "^1.0.8",
"delayed-stream": "^1.0.0",
"discord-api-types": "^0.27.1",
"discord.js": "^13.6.0",
"dot-prop": "^7.1.1",
"is-obj": "^3.0.0",
"lodash.isequal": "^4.5.0",
"mime-db": "^1.51.0",
"mime-types": "^2.1.34",
"node-fetch": "^3.2.0",
"ow": "^0.28.1",
"tr46": "^3.0.0",
"ts-mixer": "^6.0.0",
"tslib": "^2.3.1",
"type-fest": "^2.11.2",
"vali-date": "^1.0.0",
"webidl-conversions": "^7.0.0",
"whatwg-url": "^11.0.0",
"ws": "^8.5.0"
}
}