{
  "name": "@teleporthq/teleport-shared",
  "version": "0.43.22",
  "description": "A utility belt for the entire teleportHQ ecosystem",
  "author": "teleportHQ",
  "license": "MIT",
  "homepage": "https://teleporthq.io/",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/cjs/index.d.ts",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/teleporthq/teleport-code-generators.git"
  },
  "bugs": {
    "url": "https://github.com/teleporthq/teleport-code-generators/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "clean": "rimraf dist",
    "build": "tsc -p tsconfig.json && tsc -p tsconfig.json --module commonjs --outDir dist/cjs"
  },
  "dependencies": {
    "@babel/types": "^7.5.5",
    "@teleporthq/teleport-types": "^0.43.22",
    "jss": "^10.0.0",
    "jss-preset-default": "^10.0.0"
  },
  "gitHead": "4bac1ec64c3c7e9f14a84a260331206d5797b773"
}
