{
    "name": "@typetron/framework",
    "description": "Modern Node.js framework for modern apps written in Typescript",
    "license": "MIT",
    "version": "0.5.25",
    "keywords": [
        "typetron",
        "framework",
        "web",
        "backend",
        "typescript"
    ],
    "author": {
        "email": "ionel@typetron.org",
        "name": "Ionel Lupu"
    },
    "main": "build/index.js",
    "types": "build/index.d.ts",
    "exports": {
        ".": {
            "types": "./build/index.d.ts",
            "default": "./build/index.js"
        }
    },

    "scripts": {
        "clean": "rm -rf build",
        "build": "tsc",
        "dev": "tsc --watch",
        "test": "mocha",
        "test:watch": "mocha --watch",
        "prepack": "npm run clean && npm run build",
        "lint": "eslint ."
    },

    "engines": {
        "node": ">= 12.13.0"
    },
    "dependencies": {
        "@sendgrid/mail": "^8.1.5",
        "bcryptjs": "^3.0.2",
        "busboy": "^1.6.0",
        "fast-url-parser": "^1.1.3",
        "jsonwebtoken": "^9.0.2",
        "mysql": "^2.18.1",
        "reflect-metadata": "^0.2.2",
        "sqlite3": "^5.1.7",
        "uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.52.0"
    },
    "devDependencies": {
        "@testdeck/mocha": "^0.3.3",
        "@types/bcryptjs": "^3.0.0",
        "@types/busboy": "^1.5.4",
        "@types/chai": "^4.3.20",
        "@types/jsonwebtoken": "^9.0.10",
        "@types/mocha": "^10.0.10",
        "@types/mysql": "^2.15.27",
        "@types/node": "^24.0.10",
        "@types/sqlite3": "^5.1.0",
        "@typescript-eslint/eslint-plugin": "^8.36.0",
        "@typescript-eslint/parser": "^8.36.0",
        "chai": "^4.5.0",
        "eslint": "^9.30.1",
        "mocha": "^11.7.1",
        "nyc": "^17.1.0",
        "source-map-support": "^0.5.21",
        "ts-mockito": "^2.6.1",
        "ts-node": "^10.9.2",
        "tsconfig-paths": "^4.2.0",
        "typescript": "5.8.3"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/typetron/framework.git"
    },
    "files": [
        "build"
    ]
}
