{
  "name": "dotnetify",
  "version": "5.4.0",
  "description": "Simple, lightweight, yet powerful way to build realtime .NET web apps.",
  "main": "index.js",
  "types": "dist/typings/index.d.ts",
  "files": [
    "dist",
    "!**/*.map",
    "ko",
    "vue",
    "react",
    "react-native",
    "README.*",
    "LICENSE.*"
  ],
  "dependencies": {
    "@microsoft/signalr": "~5.0.9",
    "jquery-deferred": "~0.3.1",
    "prop-types": "~15.6.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dsuryd/dotNetify.git"
  },
  "keywords": [
    "dotnetify",
    "signalr",
    "react",
    "react-native",
    "vue",
    "knockout",
    "mvvm",
    "web",
    "mobile",
    "realtime",
    "microfrontend"
  ],
  "author": "Dicky Suryadi",
  "license": "Apache 2.0",
  "bugs": {
    "url": "https://github.com/dsuryd/dotNetify/issues"
  },
  "homepage": "https://github.com/dsuryd/dotNetify"
}
