{
    "name": "voyager",
    "version": "0.60.1",
    "description": "Smithsonian DPO Voyager - 3D Explorer and Tool Suite",
    "scripts": {
        "start": "npm run server",
        "server": "nodemon services/server/bin/index.js",
        "watch": "concurrently \"cd source/client && webpack --watch --env=app=story\" \"tsc -p source/server -w\" \"nodemon services/server/bin/index.js\"",
        "build-dev": "cd source/client; webpack --mode=development --env=app=all; cd ../..",
        "build-dev-local": "cd source/client; webpack --mode=development --env=app=all --local=true; cd ../..",
        "build-prod": "cd source/client; webpack --mode=production --env=app=all; cd ../..",
        "build-prod-local": "cd source/client; webpack --mode=production --env=app=all --local=true; cd ../..",
        "build-server": "tsc -p source/server",
        "build-libs": "tsc -b libs",
        "docs": "cd docs && jekyll build",
        "doc": "typedoc --name \"Smithsonian Voyager\" --exclude \"**/node_modules/**\" --ignoreCompilerErrors --mode file --target ES6 --theme minimal --out doc/ source/",
        "test": "echo \"Error: no test specified\" && exit 1",
        "up": "docker compose up -d && docker compose logs -f",
        "down": "docker compose stop && docker compose rm -f -v",
        "restart": "docker compose stop && docker compose rm -f -v; docker compose up -d; docker compose logs -f",
        "bash": "docker compose exec server bash",
        "build": "docker compose exec server bash -i -c 'source ~/.bashrc; npm run build-dev; npm run build-prod'"
    },
    "nodemonConfig": {
        "delay": 1000,
        "watch": [
            "services/server/bin",
            "node_modules/@ff/core",
            "node_modules/@ff/server"
        ],
        "ignore": [
            "**/files/**",
            "**/.git/**"
        ]
    },
    "engines": {
        "node": ">=20.9.0"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/Smithsonian/dpo-voyager.git"
    },
    "contributors": [
        {
            "name": "Ralph Wiedemeier",
            "url": "https://github.com/framefactory"
        },
        {
            "name": "Jamie Cope"
        }
    ],
    "license": "Apache-2.0",
    "bugs": {
        "url": "https://github.com/Smithsonian/dpo-voyager/issues"
    },
    "homepage": "https://github.com/Smithsonian/dpo-voyager#readme",
    "dependencies": {
        "@photostructure/tz-lookup": "^11.4.0",
        "ajv": "^8.6.2",
        "buffer": "^6.0.3",
        "client-zip": "^2.5.0",
        "clone-deep": "^4.0.1",
        "dayjs": "^1.11.19",
        "express": "^5.2.1",
        "filenamify": "^4.3.0",
        "handlebars": "^4.7.8",
        "hotkeys-js": "^3.8.7",
        "lit-element": "^2.5.1",
        "lit-html": "^1.4.1",
        "moment": "^2.29.4",
        "morgan": "^1.10.1",
        "nodemon": "^3.1.11",
        "postcss": "^8.5.6",
        "process": "^0.11.10",
        "readable-stream": "^3.6.0",
        "resolve-pathname": "^3.0.0",
        "sanitize-html": "^2.13.1",
        "simple-dropzone": "^0.8.3",
        "stream-browserify": "^3.0.0",
        "suncalc": "^1.9.0",
        "three": "^0.180.0",
        "tinymce": "^6.8.3",
        "toposort": "^2.0.2",
        "webdav": "^5.9.0",
        "webdav-server": "^2.6.2",
        "xml-js": "^1.6.11"
    },
    "devDependencies": {
        "@types/chai": "^4.2.21",
        "@types/mocha": "^9.0.0",
        "@types/node": "^16.18.108",
        "@types/suncalc": "^1.9.2",
        "@types/three": "^0.182.0",
        "chai": "^4.3.8",
        "concurrently": "^6.2.1",
        "copy-webpack-plugin": "^14.0.0",
        "css-loader": "^6.2.0",
        "css-minimizer-webpack-plugin": "^8.0.0",
        "dotenv": "^10.0.0",
        "handlebars-loader": "^1.7.3",
        "html-webpack-plugin": "^5.3.2",
        "license-checker": "^25.0.1",
        "mini-css-extract-plugin": "^2.2.0",
        "mocha": "^10.8.2",
        "sass": "^1.98.0",
        "sass-loader": "^16.0.5",
        "source-map-loader": "^3.0.2",
        "terser-webpack-plugin": "^5.3.17",
        "ts-loader": "^9.5.2",
        "typedoc": "^0.23.28",
        "typescript": "^4.9.5",
        "typescript-json-schema": "^0.50.1",
        "webpack": "^5.105.4",
        "webpack-cli": "^4.10.0"
    }
}
