{
    "name": "wasm-git",
    "version": "0.0.17",
    "type": "module",
    "author": {
        "name": "Peter Salomonsen",
        "url": "https://petersalomonsen.com"
    },
    "repository": {
        "url": "https://github.com/petersalomonsen/wasm-git"
    },
    "files": [
        "lg2.js",
        "lg2.wasm",
        "lg2_async.js",
        "lg2_async.wasm",
        "lg2_opfs.js",
        "lg2_opfs.wasm",
        "lg2_opfs_async.js",
        "lg2_opfs_async.wasm",
        "lg2_opfs_jspi.js",
        "lg2_opfs_jspi.wasm",
        "lg2_opfs_auto.js",
        "README.md"
    ],
    "scripts": {
        "test": "mocha test/**/*.spec.js",
        "test-browser": "wtr test-browser/**/*.spec.js",
        "test-browser-watch": "wtr test-browser/**/*.spec.js --watch",
        "test-browser-async": "wtr test-browser-async/**/*.spec.js",
        "test-browser-opfs": "wtr --config web-test-runner-opfs.config.js",
        "test-browser-opfs-noniso": "wtr --config web-test-runner-opfs-noniso.config.js",
        "test-opfs-example": "playwright test --config playwright-opfs.config.js",
        "test-opfs-loader": "playwright test --config playwright-opfs-loader.config.js",
        "test-opfs-detect": "mocha test/opfs-detect.spec.js",
        "patch-version": "npm --no-git-tag-version version patch"
    },
    "devDependencies": {
        "@playwright/test": "^1.58.2",
        "@web/test-runner": "^0.20.2",
        "@web/test-runner-playwright": "^0.11.1",
        "cgi": "^0.3.1",
        "chai": "^4.3.7",
        "mocha": "^10.2.0"
    }
}
