roles-bot/packages/builders/package.json
xHyroM 90c7f903fd
feat: things
add serialize pkg

make /setup cmd
2023-04-08 22:08:38 +02:00

17 lines
409 B
JSON

{
"name": "builders",
"version": "0.0.1",
"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"
}
}