{
  "name": "@pendulum/loop-observer",
  "version": "2.5.1",
  "description": "",
  "main": "lib/main.js",
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "build": "./node_modules/.bin/tsc --p tsconfig.json",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stephenjjbrown/loop-observer.git"
  },
  "author": "Stephen Brown",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/stephenjjbrown/loop-observer/issues"
  },
  "homepage": "https://github.com/stephenjjbrown/loop-observer#readme",
  "devDependencies": {
    "typescript": ">=3.3.333"
  },
  "dependencies": {
    "dom-loop": "^2.1.0"
  }
}
