{
  "name": "@webnode/livedata",
  "version": "1.0.3",
  "description": "Observed within a given lifecycle",
  "main": "dist",
  "engines": {
    "node": ">=10.15.3"
  },
  "keywords": [
    "observer",
    "livedata"
  ],
  "author": {
    "name": "Wang Tong",
    "email": "itulayangi@outlook.com"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/webnode-io/webnode.git"
  },
  "scripts": {
    "test": "jest",
    "build": "gulp build"
  },
  "devDependencies": {
    "@types/jest": "^24.0.11",
    "gulp": "^4.0.0",
    "gulp-sourcemaps": "^2.6.5",
    "gulp-typescript": "^5.0.1",
    "jest": "^24.5.0",
    "jest-decorators": "^0.1.6",
    "rimraf": "^2.6.3",
    "ts-jest": "^24.0.1",
    "ts-node": "^8.0.3",
    "typescript": "^3.4.5"
  },
  "dependencies": {}
}
