{
  "name": "djs-protofy",
  "version": "0.24.1",
  "description": "A library created to make Discord.JS easier to use through prototypes.",
  "main": "out/index.js",
  "types": "index.d.ts",
  "scripts": {
    "watch": "tsc -w",
    "build:typings": "tsc --project \"tsconfig.typings.json\"",
    "test:node": "node --test \"**/*.test.{js,cjs,mjs}\"",
    "test": "npm run test:ts && npm run build && npm run test:node",
    "test:lint": "eslint",
    "test:ts": "tsc --noEmit",
    "lint": "eslint --fix",
    "build": "npm run build:typings && tsc || tsc",
    "build:esm": "gen-esm-wrapper . out/index.mjs",
    "prepublish": "npm run build && npm run build:esm",
    "release": "npm run prepublish && npm publish"
  },
  "keywords": [
    "discord.js",
    "prototypes"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/astro-bunker/djs-protofy.git"
  },
  "license": "Apache-2.0",
  "exports": {
    ".": {
      "default": "./out/index.js",
      "import": "./out/index.mjs"
    },
    "./init": {
      "default": "./init.js",
      "import": "./init.mjs"
    }
  },
  "dependencies": {
    "source-map-support": "^0.5.21",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@types/node": "22",
    "@types/source-map-support": "^0.5.10",
    "discord.js": "^14.22.1",
    "eslint": "^9.36.0",
    "gen-esm-wrapper": "^1.1.3",
    "globals": "^16.4.0",
    "typescript": "^5.9.2",
    "typescript-eslint": "^8.44.1"
  },
  "peerDependencies": {
    "discord.js": "^14.x"
  }
}
