{
  "name": "dom-observe",
  "version": "1.0.2",
  "description": "",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@gitlab.com/jsn-npm/dom-observe.git"
  },
  "keywords": [
    "dom",
    "observation"
  ],
  "author": {
    "name": "Pavel Baliuk",
    "email": "jsnow0177@gmail.com"
  },
  "scripts": {
    "prepublishOnly": "rm -rf $(pwd)/dist/* && npx tsc --build"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://gitlab.com/jsn-npm/dom-observe/issues"
  },
  "homepage": "https://gitlab.com/jsn-npm/dom-observe#readme",
  "devDependencies": {
    "@types/events": "^3.0.0",
    "nodemon": "^2.0.7",
    "ts-node": "^9.1.1",
    "typescript": "^4.2.4"
  },
  "dependencies": {
    "delay-me": "^1.1.1",
    "events": "^3.3.0"
  }
}
