@aleclarson/watchlist
Version:
Recursively watch a list of directories & run a command on any file system changes
46 lines • 881 B
JSON
{
"name": "@aleclarson/watchlist",
"version": "0.3.5",
"description": "Recursively watch a list of directories & run a command on any file system changes",
"module": "dist/index.mjs",
"main": "dist/index.js",
"types": "index.d.ts",
"license": "MIT",
"bin": {
"watchlist": "bin.js"
},
"exports": {
"types": "./index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.mjs"
},
"files": [
"*.js",
"*.d.ts",
"dist"
],
"engines": {
"node": ">=8"
},
"repository": {
"type": "git",
"url": "https://github.com/aleclarson/watchlist.git"
},
"keywords": [
"watch",
"watcher",
"watchfile",
"watchexec"
],
"dependencies": {
"mri": "^1.1.5"
},
"devDependencies": {
"bundt": "1.0.1",
"esm": "3.2.25",
"uvu": "0.2.2"
},
"scripts": {
"test": "uvu -r esm test"
}
}