{
  "name": "@fuchsiajs/common",
  "version": "1.0.2",
  "description": "The JSX/TSX web application framework built upon express - build declarative web servers using JSX/TSX syntax (@common)",
  "main": "index.js",
  "types": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/Phl3bas/FuchsiaJS"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "tslib": "^2.0.1",
    "express": "^4.17.1"
  },
  "devDependencies": {
    "@types/express": "^4.17.8",
    "@types/node": "^14.10.3"
  },
  "author": "Sepp Wikramaratna-Clarke",
  "license": "MIT"
}
