mirror of
https://github.com/actions/setup-node.git
synced 2025-04-23 17:56:28 +00:00
44 lines
No EOL
1.1 KiB
JSON
44 lines
No EOL
1.1 KiB
JSON
{
|
|
"name": "@cnakazawa/watch",
|
|
"description": "Utilities for watching file trees.",
|
|
"scripts": {
|
|
"release:major": "bash scripts/release.sh major",
|
|
"release:minor": "bash scripts/release.sh minor",
|
|
"release:patch": "bash scripts/release.sh patch"
|
|
},
|
|
"keywords": [
|
|
"util",
|
|
"utility",
|
|
"fs",
|
|
"files"
|
|
],
|
|
"bin": {
|
|
"watch": "./cli.js"
|
|
},
|
|
"version": "1.0.3",
|
|
"homepage": "https://github.com/mikeal/watch",
|
|
"bugs": {
|
|
"url": "https://github.com/mikeal/watch/issues"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mikeal/watch.git"
|
|
},
|
|
"author": "Mikeal Rogers <mikeal.rogers@gmail.com>",
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.1.95"
|
|
},
|
|
"main": "./main",
|
|
"dependencies": {
|
|
"exec-sh": "^0.3.2",
|
|
"minimist": "^1.2.0"
|
|
}
|
|
|
|
,"_resolved": "https://registry.npmjs.org/@cnakazawa/watch/-/watch-1.0.3.tgz"
|
|
,"_integrity": "sha512-r5160ogAvGyHsal38Kux7YYtodEKOj89RGb28ht1jh3SJb08VwRwAKKJL0bGb04Zd/3r9FL3BFIc3bBidYffCA=="
|
|
,"_from": "@cnakazawa/watch@1.0.3"
|
|
} |