mirror of
https://github.com/xHyroM/roles-bot.git
synced 2024-11-10 03:08:06 +01:00
ddd862f7af
fork of @discordjs/builders why? because djs must use their SHAPESHIFT and other useless things in packages so, yep... this will be moved into rylen
18 lines
428 B
JSON
18 lines
428 B
JSON
{
|
|
"name": "builders",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"main": "dist/index.mjs",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "node scripts/build.mjs && tsc --declaration --emitDeclarationOnly src/index.ts --outDir dist"
|
|
},
|
|
"devDependencies": {
|
|
"esbuild": "^0.15.11",
|
|
"typescript": "^4.8.4"
|
|
},
|
|
"dependencies": {
|
|
"@discordjs/util": "^0.2.0",
|
|
"discord-api-types": "^0.37.37"
|
|
}
|
|
}
|