{
  "name": "@bridged.io/remote-ui-core",
  "version": "0.0.29",
  "private": false,
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "license": "MIT",
  "repository": "https://github.com/softmarshmallow/remote-ui",
  "scripts": {
    "examples": "ts-node lib/examples/routes.ts",
    "prepublish": "tsc"
  },
  "dependencies": {
    "mustache": "^4.0.1",
    "url-pattern": "^1.0.3"
  },
  "devDependencies": {
    "typescript": "^3.8.3",
    "@types/node": "^14.0.27"
  },
  "files": [
    "LICENSE",
    "README.md",
    "tsconfig.json",
    "dist/"
  ]
}