1
Fork 0
cheap-watch/package.json

39 lines
710 B
JSON

{
"name": "cheap-watch",
"version": "0.2.1",
"description": "If it works, why use something else?",
"keywords": [
"async",
"asynchronous",
"file",
"watch",
"watcher"
],
"main": "./dist/CheapWatch.cjs.js",
"module": "./CheapWatch.js",
"files": [
"CheapWatch.js",
"dist"
],
"engines": {
"node": ">=8"
},
"repository": {
"type": "git",
"url": "https://github.com/Conduitry/cheap-watch.git"
},
"author": "Conduitry",
"license": "MIT",
"bugs": {
"url": "https://github.com/Conduitry/cheap-watch/issues"
},
"homepage": "https://cndtr.io/cheap-watch/",
"dependencies": {
"rollup": "*"
},
"scripts": {
"build": "rollup -c",
"test": "npm run build && node test.js"
}
}