{
    "name": "@communities-webruntime/services",
    "license": "MIT",
    "version": "0.33.15",
    "main": "dist/commonjs/index.js",
    "scripts": {
        "clean": "rm -rf dist tsconfig.tsbuildinfo",
        "doc": "typedoc",
        "test": "yarn test:unit && yarn test:integration",
        "test:unit": "jest --config jest-unit.config.js",
        "test:integration": "jest --config jest-integration.config.js",
        "test:debug": "node --inspect-brk ./node_modules/.bin/jest --runInBand",
        "build": "tsc -b"
    },
    "files": [
        "dist",
        "!**/__tests__",
        "!**/__mocks__"
    ],
    "types": "dist/types/index.d.ts",
    "dependencies": {
        "@communities-webruntime/client": "0.33.15",
        "@communities-webruntime/common": "0.33.15",
        "@communities-webruntime/design": "0.33.15",
        "@communities-webruntime/locker": "0.33.15",
        "@communities-webruntime/metadata-schema": "0.33.15",
        "@webruntime/api": "0.33.15",
        "@webruntime/compiler": "0.33.15",
        "chokidar": "^3.3.0",
        "colors": "^1.4.0",
        "folder-hash": "^3.0.0",
        "js-beautify": "^1.8.9",
        "pretty": "^2.0.0",
        "ua-parser-js": "^0.7.21",
        "uuid-parse": "^1.1.0"
    },
    "devDependencies": {
        "@babel/core": "^7.10.1",
        "@babel/plugin-proposal-export-default-from": "^7.10.1",
        "@babel/plugin-proposal-object-rest-spread": "^7.10.1",
        "@babel/plugin-transform-modules-commonjs": "^7.10.1",
        "@babel/plugin-transform-regenerator": "^7.10.1",
        "@babel/plugin-transform-typescript": "^7.10.1",
        "@babel/preset-env": "^7.10.1",
        "@babel/preset-typescript": "^7.10.1",
        "@types/jest": "^25.2.3",
        "babel-jest": "^26.0.1",
        "jest": "^26.0.1",
        "jsdom": "^16.2.2",
        "memfs": "^2.9.4",
        "typedoc": "^0.15.0",
        "typedoc-plugin-internal-external": "^2.0.2",
        "typedoc-plugin-markdown": "^2.2.4",
        "typedoc-plugin-no-inherit": "^1.1.10",
        "typescript": "^3.9.5",
        "unionfs": "^4.4.0"
    },
    "publishConfig": {
        "access": "public",
        "registry": "https://registry.npmjs.org"
    },
    "gitHead": "f88366ba3e95a24b04c752d07efac76a482941dd"
}
