36 lines
829 B
JSON
36 lines
829 B
JSON
{
|
|
"description": "A wrapper and enhancements for fs.watch",
|
|
"license": "MIT",
|
|
"name": "node-watch",
|
|
"repository": {
|
|
"url": "git://github.com/yuanchuan/node-watch.git",
|
|
"type": "git"
|
|
},
|
|
"keywords": [
|
|
"fs.watch",
|
|
"watch",
|
|
"watchfile"
|
|
],
|
|
"version": "0.7.4",
|
|
"bugs": {
|
|
"url": "https://github.com/yuanchuan/node-watch/issues"
|
|
},
|
|
"url": "https://github.com/yuanchuan/node-watch",
|
|
"author": "yuanchuan <yuanchuan23@gmail.com> (http://yuanchuan.name)",
|
|
"main": "./lib/watch",
|
|
"types": "./lib/watch.d.ts",
|
|
"files": [
|
|
"lib/"
|
|
],
|
|
"homepage": "https://github.com/yuanchuan/node-watch#readme",
|
|
"scripts": {
|
|
"test": "mocha test/test.js --exit --slow 500"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"devDependencies": {
|
|
"fs-extra": "^7.0.1",
|
|
"mocha": "^10.2.0"
|
|
}
|
|
}
|