{
    "name": "larajax",
    "version": "2.2.3",
    "description": "A small AJAX framework for Laravel, built to bring simplicity back to Laravel development.",
    "license": "MIT",
    "author": "Responsiv Pty. Ltd. (trading as October CMS)",
    "type": "module",
    "main": "./src/index.js",
    "module": "./src/index.js",
    "types": "./types/index.d.ts",
    "sideEffects": false,
    "devDependencies": {
        "@happy-dom/global-registrator": "^16.0.0",
        "esbuild": "^0.24.0"
    },
    "scripts": {
        "test": "bun test",
        "dev:framework": "node esbuild.config.js --entry=framework --mode=development",
        "dev:bundle": "node esbuild.config.js --entry=framework-bundle --mode=development",
        "build:framework": "node esbuild.config.js --entry=framework --mode=production",
        "build:bundle": "node esbuild.config.js --entry=framework-bundle --mode=production",
        "dev": "npm run dev:framework && npm run dev:bundle",
        "build": "npm run build:framework && npm run build:bundle",
        "pub": "npm run dev && npm run build"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/larajax/larajax.git"
    },
    "keywords": [
        "larajax",
        "laravel ajax",
        "ajax",
        "framework"
    ],
    "bugs": {
        "url": "https://github.com/larajax/larajax/issues"
    },
    "homepage": "https://github.com/larajax/larajax#readme"
}
