@heapreaper/discordfaker
Version:
Fake events in Discord.js to cut down on development time!
26 lines • 556 B
JSON
{
"name": "@heapreaper/discordfaker",
"version": "1.1.7",
"main": "dist/index.js",
"keywords": [
"Discord.JS",
"DiscordJS",
"Utils"
],
"module": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc -p tsconfig.build.json && bun build src/index.ts --outdir dist --target bun"
},
"exports": {
"import": "./dist/index.js",
"require": "./dist/index.js"
},
"dependencies": {
"@types/node": "^22.15.30",
"discord.js": "^14.19.3"
},
"devDependencies": {
"typedoc": "^0.28.5"
}
}