content-watcher
Version:
A Content Watcher is an object that contains some value. All time value changes a callback is triggered. Useful to link proccess and services via callback.
17 lines (16 loc) • 576 B
JSON
{
"name": "content-watcher",
"version": "0.1.0",
"description": "A Content Watcher is an object that contains some value. All time value changes a callback is triggered. Useful to link proccess and services via callback.",
"main": "src/index.js",
"repository": "https://github.com/enriquerene/content-watcher.git",
"author": "Enrique René <enriquerenebr@gmail.com>",
"license": "GNU-General-Public-Liscense-3",
"private": false,
"type": "module",
"dependencies": {},
"devDependencies": {
"@babel/preset-env": "^7.12.11",
"jest": "^26.6.3"
}
}