{
    "name": "@omss/core",
    "version": "0.0.2-beta.0",
    "description": "Official TypeScript runtime and plugin orchestrator to create all kinds of OMSS based services!",
    "type": "module",
    "main": "./dist/index.cjs",
    "module": "./dist/index.js",
    "types": "./dist/index.d.ts",
    "exports": {
        ".": {
            "import": {
                "types": "./dist/index.d.ts",
                "default": "./dist/index.js"
            },
            "require": {
                "types": "./dist/index.d.cts",
                "default": "./dist/index.cjs"
            }
        }
    },
    "files": [
        "dist"
    ],
    "scripts": {
        "build": "tsdown",
        "format": "prettier --write .",
        "dev": "tsdown --watch",
        "example": "tsx example/example.ts",
        "test": "vitest run",
        "prepublishOnly": "npm run test && npm run build"
    },
    "keywords": [
        "omss",
        "streaming",
        "plugin",
        "media"
    ],
    "license": "MIT",
    "publishConfig": {
        "access": "public"
    },
    "devDependencies": {
        "@codecov/rollup-plugin": "^2.0.1",
        "@types/node": "^22.20.0",
        "@vitest/coverage-v8": "^4.1.9",
        "prettier": "^3.8.4",
        "tsdown": "^0.22.3",
        "tsx": "^4.22.4",
        "typescript": "^5.8.0",
        "vitest": "^4.1.9"
    },
    "engines": {
        "node": ">=20"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/omss-spec/core.git"
    },
    "bugs": {
        "url": "https://github.com/omss-spec/core/issues"
    },
    "homepage": "https://github.com/omss-spec/core#readme"
}
