{
    "name": "ste-browser",
    "version": "3.0.11",
    "description": "Add the power of events directly to your client projects. This version of Strongly Typed Events works in the browser.",
    "scripts": {
        "webpack": "webpack",
        "build": "del-cli ./dist && npm run webpack",
        "test": "exit 0"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/KeesCBakker/Strongly-Typed-Events-for-TypeScript.git"
    },
    "keywords": [
        "browser",
        "signals",
        "events",
        "event",
        "strongly",
        "typed",
        "typescript",
        "DotNet"
    ],
    "author": "Kees C. Bakker (https://keestalkstech.com)",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/KeesCBakker/Strongly-Typed-Events-for-TypeScript/issues"
    },
    "homepage": "https://github.com/KeesCBakker/Strongly-Typed-Events-for-TypeScript#readme",
    "devDependencies": {
        "@types/node": "^20.4.9",
        "del-cli": "^5.0.0",
        "ste-core": "^3.0.11",
        "ste-events": "^3.0.11",
        "ste-promise-events": "^3.0.11",
        "ste-promise-signals": "^3.0.11",
        "ste-promise-simple-events": "^3.0.11",
        "ste-signals": "^3.0.11",
        "ste-simple-events": "^3.0.11",
        "strongly-typed-events": "^3.0.11",
        "webpack": "^5.88.2",
        "webpack-cli": "^5.1.4"
    },
    "engines": {
        "node": ">=4.2.4"
    },
    "gitHead": "0771a18e4be333041ca0ab2ffd8ea7cd1c890263",
    "files": [
        "dist/**/*.js",
        "dist/**/*.d.ts",
        "dist/**/*.txt"
    ]
}
