{
  "name": "disfox",
  "version": "0.1.1",
  "description": "Modern framework for Discord.js with automated structure.",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist",
    "CHANGELOG.md"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch"
  },
  "keywords": [
    "discord",
    "discord.js",
    "discord bot",
    "bot framework",
    "slash commands",
    "interaction handler",
    "nodejs",
    "typescript",
    "framework",
    "api",
    "bot",
    "disfox"
  ],
  "author": "xFoxyyy0",
  "license": "MIT",
  "homepage": "https://disfox.js.org",
  "repository": {
    "type": "git",
    "url": "https://github.com/DisfoxJS/Disfox"
  },
  "bugs": {
    "url": "https://github.com/DisfoxJS/Disfox/issues"
  },
  "engines": {
    "node": ">=18"
  },
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "discord.js": "^14"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/node": "^25.6.0",
    "dotenv": "^17.4.2",
    "eslint": "^10.3.0",
    "globals": "^17.6.0",
    "typescript": "^5.9.3"
  }
}
