{
  "name": "@efstajas/tela",
  "version": "4.5.5",
  "description": "A framework for building Intercom Canvas Kit applications.",
  "main": "lib/index.js",
  "scripts": {
    "build": "tsc"
  },
  "keywords": [
    "intercom",
    "canvas kit",
    "custom apps",
    "express",
    "typescript"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/efstajas/tela.git"
  },
  "author": "Jason Efstathiou",
  "license": "Apache-2.0",
  "devDependencies": {
    "typescript": "^3.8.3"
  },
  "dependencies": {
    "@types/express": "^4.17.6",
    "body-parser": "^1.19.0",
    "express": "^4.17.1"
  }
}
