{
  "name": "@constatic/base",
  "version": "0.1.1",
  "description": "Library with structures and functions for creating modern Discord applications.",
  "license": "MIT",
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "modern",
    "base",
    "discord",
    "bot",
    "discord bot",
    "discord app",
    "discord application",
    "discord api",
    "discord.js",
    "typescript",
    "app",
    "api",
    "tools",
    "router",
    "handlers",
    "managers",
    "loaders",
    "modules",
    "development",
    "es6",
    "node",
    "bun"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rinckodev/constatic.git",
    "directory": "packages/base"
  },
  "author": {
    "url": "https://github.com/rinckodev",
    "name": "Rincko dev"
  },
  "devDependencies": {
    "@constatic/config": "*",
    "typescript": "^5.8.2",
    "discord.js": "^14.26.3"
  },
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./tsconfig": "./tsconfig/base.json"
  },
  "files": [
    "dist",
    "tsconfig"
  ],
  "homepage": "https://constatic-docs.vercel.app",
  "imports": {
    "#package": [
      "./src/index.ts"
    ]
  },
  "scripts": {
    "check": "tsc --noEmit",
    "typegen": "tsc",
    "build": "bun run ./build.ts",
    "prepublish": "bun run build",
    "dev": "bun run ./playground/index.ts"
  },
  "peerDependencies": {
    "discord.js": ">=14.25.0"
  },
  "dependencies": {
    "rou3": "^0.8.1",
    "tinyglobby": "^0.2.16"
  }
}