{
    "name": "@motrixglobal/h5p-server",
    "version": "9.3.7",
    "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",
        "fs-extra": "^11.1.1",
        "get-all-files": "^4.1.0",
        "https-proxy-agent": "^5.0.1",
        "image-size": "^1.0.2",
        "jsonpath": "^1.1.1",
        "merge": "^2.1.1",
        "mime-types": "^2.1.35",
        "nanoid": "^3.3.2",
        "node-machine-id": "^1.1.12",
        "promisepipe": "^3.0.0",
        "qs": "^6.11.1",
        "sanitize-html": "^2.10.0",
        "stream-buffers": "^3.0.2",
        "tmp-promise": "^3.0.3",
        "upath": "^2.0.1",
        "yauzl-promise": "^2.1.3",
        "yazl": "^2.5.1"
    },
    "devDependencies": {
        "@types/async-lock": "1.4.2",
        "@types/fs-extra": "11.0.4",
        "@types/jest": "29.5.12",
        "@types/jsonpath": "0.2.4",
        "@types/mime-types": "2.1.4",
        "@types/sanitize-html": "2.11.0",
        "@types/stream-buffers": "3.0.7",
        "@types/yauzl-promise": "2.1.5",
        "@types/yazl": "2.4.5",
        "axios-mock-adapter": "1.22.0",
        "mockdate": "3.0.5",
        "promise-parallel-throttle": "3.4.1",
        "stream-mock": "2.0.5"
    },
    "main": "./build/src/index.js",
    "types": "./build/src/index.d.ts",
    "gitHead": "d7811cea824143d846656874c6195681e8a7bf4c"
}
