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.
cheap-watch/package.json

23 lines
567 B
JSON

{
"name": "cheap-watch",
5 years ago
"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",
5 years ago
"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/"
}