{
    "name": "@plurid/delog-server",
    "version": "0.0.0-8",
    "description": "Cloud Service for Centralized Logging Server",
    "keywords": [
        "delog",
        "server"
    ],
    "author": "ly3xqhl8g9 <ly3xqhl8g9@plurid.com> (https://plurid.com)",
    "license": "SEE LICENSE IN LICENSE",
    "repository": {
        "type": "git",
        "url": "https://github.com/plurid/delog"
    },
    "bugs": {
        "email": "source@plurid.com",
        "url": "https://github.com/plurid/delog/issues"
    },
    "homepage": "https://github.com/plurid/delog/blob/master/packages/delog-server/README.md",
    "publishConfig": {
        "registry": "https://registry.npmjs.org/",
        "access": "public"
    },
    "engines": {
        "node": ">=12",
        "npm": ">=6"
    },
    "main": "build/index.js",
    "typings": "build/server/index.d.ts",
    "files": [
        "build"
    ],
    "scripts": {
        "start": "node scripts start",
        "start.local": "node scripts start.local",
        "live": "node scripts live",
        "check": "node scripts check",
        "clean": "node scripts clean",
        "clean.tests": "find ./build -type d -name '*__tests__' -exec rm -rf {} +",
        "lint": "node scripts lint",
        "test": "node scripts test",
        "containerize.production": "node scripts containerize.production",
        "build.client.local": "node scripts build.client.local",
        "build.client.development": "node scripts build.client.development",
        "build.client.production": "node scripts build.client.production",
        "build.server.local": "node scripts build.server.local",
        "build.server.development": "node scripts build.server.development",
        "build.server.production": "node scripts build.server.production",
        "build.local": "node scripts build.local",
        "build.development": "node scripts build.development",
        "build.production": "node scripts build.production",
        "prepublishOnly": "yarn build.production && yarn clean.tests"
    },
    "dependencies": {
        "@apollo/client": "^3.7.13",
        "@apollo/server": "^4.7.0",
        "@google-cloud/storage": "^6.9.5",
        "@plurid/delog": "^0.0.0-7",
        "@plurid/elementql": "^0.0.0-1",
        "@plurid/elementql-client-react": "^0.0.0-1",
        "@plurid/plurid-data": "^0.0.0-20",
        "@plurid/plurid-engine": "^0.0.0-18",
        "@plurid/plurid-functions": "^0.0.0-31",
        "@plurid/plurid-functions-react": "^0.0.0-5",
        "@plurid/plurid-icons-react": "^0.0.0-5",
        "@plurid/plurid-pubsub": "^0.0.0-9",
        "@plurid/plurid-react": "^0.0.0-32",
        "@plurid/plurid-react-server": "^0.0.0-15",
        "@plurid/plurid-themes": "^0.0.0-2",
        "@plurid/plurid-ui-components-react": "^0.0.0-22",
        "@plurid/plurid-ui-state-react": "^0.0.0-11",
        "@reduxjs/toolkit": "^1.9.5",
        "ace-builds": "^1.18.0",
        "adm-zip": "^0.5.10",
        "aws-sdk": "^2.1369.0",
        "body-parser": "^1.20.2",
        "bson": "^5.2.0",
        "cookie-parser": "^1.4.6",
        "cross-fetch": "^3.1.5",
        "dotenv": "^16.0.3",
        "graphql": "^16.6.0",
        "graphql-tag": "^2.12.6",
        "hammerjs": "^2.0.8",
        "js-yaml": "^4.1.0",
        "lodash.merge": "^4.6.2",
        "mongodb": "^5.3.0",
        "nodemailer": "^6.9.1",
        "react": "^18.2.0",
        "react-ace": "^10.1.0",
        "react-dom": "^18.2.0",
        "react-helmet-async": "^1.3.0",
        "react-redux": "^8.0.5",
        "recharts": "^2.5.0",
        "redux": "^4.2.1",
        "redux-thunk": "^2.4.2",
        "styled-components": "^5.3.10"
    },
    "devDependencies": {
        "@plurid/deon": "0.0.0-10",
        "@redux-devtools/extension": "^3.2.5",
        "@rollup/plugin-commonjs": "^24.1.0",
        "@rollup/plugin-json": "^6.0.0",
        "@rollup/plugin-node-resolve": "^15.0.2",
        "@rollup/plugin-terser": "^0.4.1",
        "@rollup/plugin-url": "^8.0.1",
        "@types/adm-zip": "^0.5.0",
        "@types/body-parser": "^1.19.2",
        "@types/cookie-parser": "^1.4.3",
        "@types/express": "^4.17.17",
        "@types/jest": "^29.5.1",
        "@types/js-yaml": "^4.0.5",
        "@types/lodash.merge": "^4.6.7",
        "@types/ncp": "^2.0.5",
        "@types/node": "^18.16.3",
        "@types/nodemailer": "^6.4.7",
        "@types/react": "^18.2.0",
        "@types/react-dom": "^18.2.1",
        "@types/react-redux": "^7.1.25",
        "@types/rollup-plugin-peer-deps-external": "^2.2.1",
        "@types/styled-components": "^5.1.26",
        "@typescript-eslint/eslint-plugin": "^5.59.2",
        "@typescript-eslint/parser": "^5.59.2",
        "compression-webpack-plugin": "^10.0.0",
        "concurrently": "^8.0.1",
        "copy-webpack-plugin": "^11.0.0",
        "css-loader": "^6.7.3",
        "esbuild": "^0.17.18",
        "eslint": "^8.39.0",
        "express-static-gzip": "^2.1.7",
        "file-loader": "^6.2.0",
        "jest": "^29.5.0",
        "nodemon": "^2.0.22",
        "open": "^9.1.0",
        "postcss": "^8.4.23",
        "rimraf": "^5.0.0",
        "rollup": "^3.21.3",
        "rollup-plugin-node-externals": "^5.1.2",
        "rollup-plugin-peer-deps-external": "^2.2.4",
        "rollup-plugin-postcss": "^4.0.2",
        "rollup-plugin-sourcemaps": "^0.6.3",
        "rollup-plugin-typescript2": "^0.34.1",
        "source-map-loader": "^4.0.1",
        "style-loader": "^3.3.2",
        "terser-webpack-plugin": "^5.3.7",
        "ts-jest": "^29.1.0",
        "ts-loader": "^9.4.2",
        "tsconfig-paths-webpack-plugin": "^4.0.1",
        "tslib": "^2.5.0",
        "typescript": "^5.0.4",
        "typescript-plugin-styled-components": "^2.0.0",
        "webpack": "^5.81.0",
        "webpack-bundle-analyzer": "^4.8.0",
        "webpack-cli": "^5.0.2",
        "webpack-merge": "^5.8.0",
        "webpack-node-externals": "^3.0.0"
    }
}
