webhook-bot-js
Version:
A JavaScript library for creating Webhook-Based Discord Bots
67 lines (66 loc) • 1.34 kB
JSON
{
"name": "webhook-bot-js",
"author": "Duckulus",
"module": "dist/webhook-bot-js.esm.js",
"version": "0.1.6",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"engines": {
"node": ">=10"
},
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test",
"lint": "tsdx lint",
"prepare": "tsdx build",
"size": "size-limit",
"analyze": "size-limit --why"
},
"peerDependencies": {},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/node": "^18.0.0",
"husky": "^8.0.1",
"tsdx": "^0.14.1",
"tslib": "^2.4.0",
"typescript": "^4.6.3"
},
"dependencies": {
"@discordjs/rest": "^0.5.0",
"discord-api-types": "^0.33.1",
"express": "^4.18.1",
"tslog": "^3.3.3",
"tweetnacl": "^1.0.3"
},
"repository": "https://github.com/Duckulus/webhook-bot-js.git",
"keywords": [
"discord",
"discord api",
"discord.js",
"webhook",
"webhook-bot",
"http",
"http-bot",
"interactions",
"http-interactions",
"commands",
"slashcommands"
]
}