@kingjs/watch-package
Version:
A tool which, for each `package.json` found in any subdirectory, excluding dot directories, runs `npm run generate` in the subdirectory whenever a change is made to any file explicitly included in the package.
30 lines (29 loc) • 760 B
JSON
{
"name": "@kingjs/watch-package",
"version": "1.0.0",
"description": "A tool which, for each `package.json` found in any subdirectory, excluding dot directories, runs `npm run generate` in the subdirectory whenever a change is made to any file explicitly included in the package.",
"main": "index.js",
"files": [
"*.js"
],
"bin": {
"wpk": "./wpk.js"
},
"scripts": {
"test": "node .test",
"prepublishOnly": "npm test"
},
"repository": {
"type": "git",
"url": "https://repository.kingjs.net/watch-package"
},
"keywords": [],
"license": "MIT",
"dependencies": {
"@kingjs/reflect.is": "^1.0.0",
"deep-equals": "latest",
"shelljs": "latest",
"rxjs": "latest",
"chokidar": "latest"
}
}