{
    "name": "bf6-portal-bundler",
    "version": "1.4.1",
    "description": "Bundler for Battlefield 6 Portal TypeScript experiences",
    "engines": {
        "node": ">=24.0.0"
    },
    "main": "index.js",
    "bin": {
        "bf6-portal-bundler": "index.js"
    },
    "scripts": {
        "prettier": "prettier --no-error-on-unmatched-pattern --write '**/*.{js,json,md,mjs,ts}'",
        "test": "node ./test/run-test.js",
        "test:types": "tsc --project ./test/tsconfig.bundle.json"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/deluca-mike/bf6-portal-bundler.git"
    },
    "keywords": [
        "battlefield",
        "battlefield-6",
        "bf6",
        "portal",
        "typescript",
        "bundler"
    ],
    "author": "Michael De Luca",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/deluca-mike/bf6-portal-bundler/issues"
    },
    "homepage": "https://github.com/deluca-mike/bf6-portal-bundler#readme",
    "dependencies": {
        "prettier": "^3.7.4",
        "remove-blank-lines": "^1.4.2",
        "strip-comments": "^2.0.1",
        "typescript": "^5.8.3"
    },
    "devDependencies": {
        "@eslint/js": "^9.39.4",
        "eslint": "^9.39.1",
        "typescript-eslint": "^8.59.1"
    }
}
