{
    "name": "@one-view/chat-client",
    "version": "1.6.0",
    "description": "Pandacare Chat SDK",
    "main": "./lib/index.js",
    "browser": "./lib/index.js",
    "module": "./lib-esm/index.js",
    "types": "./lib-esm/index.d.ts",
    "files": [
        "lib/**/*",
        "lib-esm/**/*"
    ],
    "scripts": {
        "test": "npm run test:jest --",
        "pretest": "tsc --noEmit",
        "build:cjs": "tsc",
        "build:esm": "tsc --module es2015 --outdir lib-esm",
        "build": "npm run build:cjs && npm run build:esm",
        "np": "np",
        "test:jest": "jest --passWithNoTests",
        "test:watch": "jest --watch",
        "test:coverage": "jest --coverage",
        "version": "npm run build",
        "bundle": "webpack ./lib-esm/index.js --config webpack.config.js -o build"
    },
    "author": "Rama Dimasatria<rama.dimasatria@foodpanda.com>",
    "license": "UNLICENSED",
    "jest": {
        "testPathIgnorePatterns": [
            "<rootDir>/lib/"
        ],
        "moduleDirectories": [
            "node_modules",
            "src"
        ],
        "transformIgnorePatterns": [
            "node_modules/(?!(@aws-amplify)/)"
        ],
        "transform": {
            "^.+\\.(j|t)sx?$": "ts-jest"
        },
        "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
        "moduleFileExtensions": [
            "ts",
            "tsx",
            "js",
            "jsx",
            "json"
        ],
        "coverageDirectory": "coverage"
    },
    "devDependencies": {
        "@types/graphql": "^14.5.0",
        "@types/jest": "^26.0.15",
        "@types/node": "^14.11.4",
        "jest": "^25.5.4",
        "np": "^7.5.0",
        "prettier": "^2.1.2",
        "ts-jest": "^25.5.1",
        "typescript": "^3.7.5",
        "wait-for-expect": "^3.0.2",
        "webpack": "^5.4.0",
        "webpack-cli": "^4.2.0"
    },
    "dependencies": {
        "@one-view/amplify-api-graphql": "1.2.11",
        "@one-view/amplify-api-rest": "1.2.12",
        "@one-view/amplify-core": "1.0.2",
        "@one-view/amplify-pubsub": "3.2.9",
        "axios": "^0.21.1",
        "graphql-tag": "^2.10.3",
        "webpack-bundle-analyzer": "^4.1.0"
    }
}
