{
    "name": "solara-testing-beta",
    "version": "0.0.13",
    "description": "A modern, customizable, and lightweight Discord framework.",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "scripts": {
        "build": "tsc && tsc-alias",
        "start": "node dist/index.js",
        "dev": "tsc -w & node --watch dist/index.js"
    },
    "keywords": [
        "discord",
        "discord.js",
        "bot",
        "framework",
        "typescript",
        "solara"
    ],
    "author": "getsolara",
    "license": "MIT",
    "dependencies": {
        "chalk": "^5.4.1",
        "discord.js": "^14.18.0"
    },
    "devDependencies": {
        "@types/node": "^20.17.30",
        "tsc-alias": "^1.8.10",
        "typescript": "^5.8.3"
    },
    "engines": {
        "node": ">=16.9.0"
    },
    "files": [
        "dist"
    ]
}
