{
    "name": "@lumieducation/h5p-server",
    "version": "10.0.4",
    "description": "A community re-implementation of the H5P server",
    "license": "GPL-3.0-or-later",
    "repository": {
        "type": "git",
        "url": "https://github.com/Lumieducation/H5P-Nodejs-library"
    },
    "scripts": {
        "build:watch": "npx tsc -w -p ./tsconfig.build.json",
        "build": "sh build.sh",
        "clean": "rm -rf h5p && rm -rf build && rm -rf coverage && rm -rf node_modules",
        "test:coverage": "npx jest --config jest.coverage.config.js --collect-coverage --testTimeout=120000",
        "test:integration": "npx jest --config jest.integration.config.js --maxWorkers=${BUILD_WORKERS-`nproc`} --logHeapUsage",
        "test:watch": "jest --watch",
        "test": "jest --logHeapUsage --maxWorkers=${BUILD_WORKERS-`nproc`}"
    },
    "release": {
        "branch": "master"
    },
    "contributors": [
        {
            "name": "Sebastian Rettig",
            "email": "serettig@posteo.de"
        },
        {
            "name": "Nikolas Martens"
        },
        {
            "name": "Jan Philip Schellenberg",
            "email": "jps@Lumi.education",
            "url": "http://Lumi.education"
        },
        {
            "name": "Bo Biene",
            "email": "biene@inray.de",
            "url": "https://www.qm-team.de/mymento-kursportal/"
        },
        {
            "name": "jdavidavendano"
        },
        {
            "name": "jankapunkt"
        }
    ],
    "dependencies": {
        "ajv": "^8.12.0",
        "ajv-keywords": "^5.1.0",
        "async-lock": "^1.4.0",
        "axios": "^1.4.0",
        "cache-manager": "^4.0.0",
        "debug": "^4.3.4",
        "flat": "^5.0.2",
        "get-all-files": "^5.0.0",
        "https-proxy-agent": "^5.0.1",
        "image-size": "^1.0.2",
        "jsonpath": "^1.1.1",
        "mime-types": "^2.1.35",
        "node-machine-id": "^1.1.12",
        "promisepipe": "^3.0.0",
        "sanitize-html": "^2.10.0",
        "stream-buffers": "^3.0.2",
        "tmp-promise": "^3.0.3",
        "upath": "^2.0.1",
        "yauzl-promise": "^4.0.0",
        "yazl": "^3.0.0"
    },
    "devDependencies": {
        "@types/async-lock": "1.4.2",
        "@types/jest": "29.5.14",
        "@types/jsonpath": "0.2.4",
        "@types/mime-types": "2.1.4",
        "@types/sanitize-html": "2.13.0",
        "@types/stream-buffers": "3.0.7",
        "@types/yauzl-promise": "4.0.1",
        "@types/yazl": "2.4.6",
        "axios-mock-adapter": "2.1.0",
        "mockdate": "3.0.5",
        "promise-parallel-throttle": "3.5.0",
        "stream-mock": "2.0.5"
    },
    "main": "./build/src/index.js",
    "types": "./build/src/index.d.ts",
    "files": [
        "build/",
        "CHANGELOG.md",
        "LICENSE",
        "README.md"
    ],
    "gitHead": "cd278dfe754f2369a170e7d46a0221fc8ec3dcda"
}
