You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"name": "cheap-watch",
|
|
|
|
"version": "0.2.0",
|
|
|
|
"description": "If it works, why use something else?",
|
|
|
|
"keywords": ["async", "asynchronous", "file", "watch", "watcher"],
|
|
|
|
"main": "./dist/CheapWatch.cjs.js",
|
|
|
|
"module": "./CheapWatch.js",
|
|
|
|
"files": ["CheapWatch.js", "dist"],
|
|
|
|
"engines": {
|
|
|
|
"node": ">=8"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Conduitry/cheap-watch.git"
|
|
|
|
},
|
|
|
|
"author": "Conduitry",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/Conduitry/cheap-watch/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://cndtr.io/cheap-watch/"
|
|
|
|
}
|