{
  "name": "@teleporthq/teleport-shared",
  "version": "0.42.27",
  "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.42.19",
    "jss": "^10.0.0",
    "jss-preset-default": "^10.0.0"
  },
  "gitHead": "76645bf95150b3ab1e86363d63f1936827861e7a"
}
