{
    "name": "@communities-webruntime/services",
    "license": "MIT",
    "version": "1.66.8",
    "main": "dist/es/index.js",
    "type": "module",
    "scripts": {
        "clean": "rm -rf dist tsconfig.tsbuildinfo",
        "doc": "typedoc",
        "test": "yarn test:unit && yarn test:integration",
        "test:unit": "jest --config jest-unit.config.cjs",
        "test:integration": "jest --config jest-integration.config.js",
        "test:debug": "node --inspect-brk ./node_modules/.bin/jest --runInBand",
        "build": "tsc -b"
    },
    "files": [
        "dist",
        "dist/commonjs/**/*.js",
        "!**/__tests__",
        "!**/__mocks__"
    ],
    "types": "dist/types/index.d.ts",
    "dependencies": {
        "@communities-webruntime/app": "1.66.8",
        "@communities-webruntime/client": "1.66.8",
        "@communities-webruntime/common": "1.66.8",
        "@communities-webruntime/design": "1.66.8",
        "@communities-webruntime/metadata-schema": "1.66.8",
        "@lwrjs/shared-utils": "0.5.11",
        "chokidar": "3.5.1",
        "colors": "1.4.0",
        "csrf": "3.1.0",
        "folder-hash": "4.0.1",
        "js-beautify": "1.13.5",
        "pretty": "2.0.0",
        "uuid-parse": "1.1.0"
    },
    "devDependencies": {
        "@babel/core": "7.13.10",
        "@babel/plugin-proposal-export-default-from": "7.12.13",
        "@babel/plugin-proposal-object-rest-spread": "7.13.8",
        "@babel/plugin-transform-modules-commonjs": "7.13.8",
        "@babel/plugin-transform-regenerator": "7.12.13",
        "@babel/plugin-transform-typescript": "7.13.0",
        "@babel/preset-env": "7.13.12",
        "@babel/preset-typescript": "7.13.0",
        "@lwrjs/lwc-module-provider": "0.5.11",
        "@lwrjs/types": "0.5.11",
        "@types/jest": "25.2.3",
        "babel-jest": "26.0.1",
        "jest": "26.0.1",
        "jsdom": "16.5.1",
        "lwr": "0.5.11",
        "memfs": "3.2.0",
        "unionfs": "4.4.0"
    },
    "publishConfig": {
        "access": "public",
        "registry": "https://registry.npmjs.org"
    },
    "gitHead": "102409430ce5ca0f9ac72954a4376e8d25215f32"
}
