{
  "name": "@tycrek/discord-hookr",
  "version": "0.1.0",
  "description": "A lightweight and easy way to send webhooks to Discord, without the added baggage of a full API client.",
  "main": "./dist/main.js",
  "type": "commonjs",
  "scripts": {
    "dev": "npm run build && npm start",
    "build": "rm -dr dist/ & tsc",
    "test": "node test.js",
    "prerelease": "npm run build",
    "release": "np"
  },
  "author": "tycrek <t@tycrek.com> (https://tycrek.com/)",
  "license": "ISC",
  "repository": "github:tycrek/discord-hookr",
  "homepage": "https://github.com/tycrek/discord-hookr#readme",
  "bugs": "https://github.com/tycrek/discord-hookr/issues",
  "keywords": [
    "webhook",
    "discord"
  ],
  "files": [
    "/dist"
  ],
  "dependencies": {
    "@tsconfig/node16": "^1.0.3",
    "@types/node": "^18.11.17",
    "axios": "^1.2.1",
    "formdata-polyfill": "^4.0.10",
    "typescript": "^4.9.4"
  },
  "publishConfig": {
    "access": "public"
  }
}
