{ "name": "@navy.gif/webhook-client", "version": "1.0.0", "description": "Client for interacting with discord webhooks", "main": "index.js", "license": "MIT", "private": true, "type": "module", "files": [ "build" ], "scripts": { "build": "tsc", "test": "tsc && jest", "release": "tsc && yarn publish", "lint": "eslint --fix" }, "devDependencies": { "@types/node": "^18.15.11", "@typescript-eslint/eslint-plugin": "^5.57.1", "@typescript-eslint/parser": "^5.57.1", "eslint": "^8.37.0", "typescript": "^5.0.3" }, "dependencies": { "node-fetch": "^3.3.1" } }