{
    "name": "ts-embed-sdk",
    "version": "0.0.1-alpha.10",
    "description": "ThoughtSpot Embed SDK",
    "main": "lib/src/index.js",
    "types": "",
    "scripts": {
        "lint": "eslint 'src/**'",
        "lint:fix": "eslint 'src/**/*.*' --fix",
        "tsc": "tsc -p . --incremental false",
        "build": "rollup -c",
        "watch": "rollup -cw",
        "docs-cmd": "node scripts/gatsby-commands.js",
        "test": "jest -c jest.config.js"
    },
    "dependencies": {},
    "devDependencies": {
        "@mdx-js/mdx": "^1.6.22",
        "@mdx-js/react": "^1.6.22",
        "@types/jest": "22.2.3",
        "@typescript-eslint/eslint-plugin": "^4.6.0",
        "@typescript-eslint/parser": "^4.6.0",
        "asciidoctor": "^2.2.1",
        "command-line-args": "^5.1.1",
        "eslint": "^7.12.1",
        "eslint-config-airbnb-base": "^14.2.0",
        "eslint-config-prettier": "^6.15.0",
        "eslint-import-resolver-typescript": "^2.3.0",
        "eslint-plugin-import": "^2.22.1",
        "eslint-plugin-prettier": "^3.1.4",
        "gatsby": "^2.26.1",
        "gatsby-plugin-intl": "^0.3.3",
        "gatsby-plugin-mdx": "^1.7.1",
        "gatsby-plugin-sass": "^2.8.0",
        "gatsby-source-filesystem": "^2.8.1",
        "gatsby-transformer-asciidoc": "^1.8.0",
        "gh-pages": "^3.1.0",
        "jest": "26.4.2",
        "node-sass": "^4.0.0",
        "prettier": "2.1.2",
        "react": "^16.13.1",
        "react-dom": "^16.13.1",
        "rollup": "2.28.2",
        "rollup-plugin-typescript2": "0.27.3",
        "ts-jest": "26.4.4",
        "ts-loader": "8.0.4",
        "typescript": "3.8.3",
        "url-search-params-polyfill": "^8.1.0"
    },
    "author": "Ayon Ghosh",
    "email": "ayon.ghosh@thoughtspot.com",
    "license": "UNLICENSED",
    "directories": {
        "lib": "lib"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/ts-blink/embed-sdk.git"
    },
    "keywords": [
        "thoughtspot",
        "everywhere",
        "embed",
        "sdk",
        "analytics"
    ],
    "bugs": {
        "url": "https://github.com/ts-blink/embed-sdk/issues"
    },
    "homepage": "https://github.com/ts-blink/embed-sdk#readme"
}
