UNPKG

829 BJSONView Raw
1{
2 "description": "A wrapper and enhancements for fs.watch",
3 "license": "MIT",
4 "name": "node-watch",
5 "repository": {
6 "url": "git://github.com/yuanchuan/node-watch.git",
7 "type": "git"
8 },
9 "keywords": [
10 "fs.watch",
11 "watch",
12 "watchfile"
13 ],
14 "version": "0.7.4",
15 "bugs": {
16 "url": "https://github.com/yuanchuan/node-watch/issues"
17 },
18 "url": "https://github.com/yuanchuan/node-watch",
19 "author": "yuanchuan <yuanchuan23@gmail.com> (http://yuanchuan.name)",
20 "main": "./lib/watch",
21 "types": "./lib/watch.d.ts",
22 "files": [
23 "lib/"
24 ],
25 "homepage": "https://github.com/yuanchuan/node-watch#readme",
26 "scripts": {
27 "test": "mocha test/test.js --exit --slow 500"
28 },
29 "engines": {
30 "node": ">=6"
31 },
32 "devDependencies": {
33 "fs-extra": "^7.0.1",
34 "mocha": "^10.2.0"
35 }
36}