{
    "name": "@weefle/schematicwebviewer",
    "version": "4.7.2",
    "description": "A web viewer for modern Minecraft schematics",
    "main": "dist/cjs/index.js",
    "module": "dist/esm/index.js",
    "types": "dist/esm/index.d.ts",
    "files": [
        "dist/"
    ],
    "scripts": {
        "prepack": "yarn build",
        "clean": "rm -rf dist",
        "build": "yarn tsc && yarn tsc --module commonjs --outDir dist/cjs",
        "test": "echo \"Error: no test specified\" && exit 1",
        "start": "yarn parcel test/test.html --port 3000 --host 0.0.0.0",
        "type-check": "yarn tsc --noEmit",
        "lint": "yarn eslint --config ./.eslintrc.js --ext .js,.ts src/"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/EngineHub/SchematicWebViewer.git"
    },
    "author": "EngineHub",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/EngineHub/SchematicWebViewer/issues"
    },
    "homepage": "https://github.com/EngineHub/SchematicWebViewer#readme",
    "dependencies": {
        "@babylonjs/core": "6.22.1",
        "@enginehub/schematicjs": "^0.9.1",
        "buffer": "^6.0.3",
        "deepmerge": "^4.3.1",
        "gzip-js": "^0.3.2",
        "jszip": "^3.10.1",
        "nbt-ts": "^1.3.5"
    },
    "devDependencies": {
        "@types/gzip-js": "^0.3.3",
        "@typescript-eslint/eslint-plugin": "^5.57.0",
        "@typescript-eslint/parser": "^5.57.0",
        "eslint": "^8.45.0",
        "eslint-config-prettier": "^8.8.0",
        "eslint-plugin-prettier": "^5.0.0",
        "parcel": "^2.9.3",
        "prettier": "^3.0.0",
        "prettier-eslint": "^15.0.1",
        "typescript": "^5.1.6"
    },
    "browserslist": [
        "last 1 Chrome version"
    ],
    "alias": {
        "process": false
    },
    "sideEffects": false,
    "packageManager": "yarn@3.6.1"
}
