discord-webhook-ts
Version:
Client & Type definitions for the Discord Webhooks API. 📘
38 lines (37 loc) • 960 B
JSON
{
"name": "discord-webhook-ts",
"version": "5.0.0",
"description": "Client & Type definitions for the Discord Webhooks API. 📘",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "tsc --build tsconfig.spec.json",
"prepublish": "npm test",
"postpublish": "git push && git push --tags",
"prepare": "tsc"
},
"files": [
"dist/**/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/JorgenVatle/discord-ts.git"
},
"keywords": [
"TypeScript",
"Discord",
"Webhooks"
],
"author": "Jørgen Vatle <Jorgen@WcAServices.net> (https://github.com/JorgenVatle)",
"license": "ISC",
"bugs": {
"url": "https://github.com/JorgenVatle/discord-ts/issues"
},
"homepage": "https://github.com/JorgenVatle/discord-ts#readme",
"devDependencies": {
"typescript": "^4.2"
},
"dependencies": {
"axios": "^0.24.0"
}
}