UNPKG

ozonep-nsfw

Version:
50 lines (49 loc) 1.03 kB
{ "name": "ozonep-nsfw", "version": "2.2.0", "description": "A simple file watcher for Node", "main": "js/src/index.js", "scripts": { "lint": "eslint js/src js/spec", "test": "yarn lint && node js/scripts/test.js" }, "repository": { "type": "git", "url": "git+https://github.com/axosoft/node-simple-file-watcher.git" }, "author": "Axosoft, LLC", "types": "index.d.ts", "license": "MIT", "bugs": { "url": "https://github.com/axosoft/node-simple-file-watcher/issues" }, "engines": { "node": ">=10.16.0" }, "files": [ "index.d.ts", "js/src", "src", "includes", "binding.gyp" ], "homepage": "https://github.com/axosoft/node-simple-file-watcher", "dependencies": { "node-addon-api": "*" }, "devDependencies": { "eslint": "^7.22.0", "executive": "^1.6.3", "fs-extra": "^9.1.0", "mocha": "^8.3.2" }, "keywords": [ "FileWatcher", "files", "watch", "filewatch", "file", "inotify", "fsevents" ] }