@trex-arms/watchlist
Version:
Recursively watch a list of directories & run a command on any file system changes
44 lines (43 loc) • 811 B
JSON
{
"name": "@trex-arms/watchlist",
"version": "0.3.2",
"repository": "lukeed/watchlist",
"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": {
"require": "./dist/index.js",
"import": "./dist/index.mjs"
},
"files": [
"*.js",
"*.d.ts",
"dist"
],
"scripts": {
"build": "bundt",
"test": "uvu -r esm test"
},
"engines": {
"node": ">=8"
},
"keywords": [
"watch",
"watcher",
"watchfile",
"watchexec"
],
"dependencies": {
"mri": "^1.1.5"
},
"devDependencies": {
"bundt": "1.0.1",
"esm": "3.2.25",
"uvu": "0.2.2"
}
}