vscode-nsfw
Version:
A simple file watcher for Node
49 lines • 1.03 kB
JSON
{
"name": "vscode-nsfw",
"version": "2.1.8",
"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": "^4.2.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"executive": "^1.6.3",
"fs-extra": "^7.0.0",
"mocha": "^7.1.1"
},
"keywords": [
"FileWatcher",
"files",
"watch",
"filewatch",
"file",
"inotify",
"fsevents"
]
}