UNPKG

dom-observe

Version:

![npm](https://img.shields.io/npm/v/dom-observe?style=for-the-badge)![npm](https://img.shields.io/npm/dw/dom-observe?style=for-the-badge)![npm](https://img.shields.io/npm/dt/dom-observe?style=for-the-badge) ![node](https://img.shields.io/node/v/dom-observ

38 lines (37 loc) 817 B
{ "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" } }