UNPKG

blobfish

Version:
36 lines (35 loc) 755 B
{ "name": "blobfish", "version": "1.5.2", "description": "File sync between GitHub repos", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/capythulhu/blobfish.git" }, "keywords": [ "sync", "file", "file-sync" ], "type": "module", "author": "capythulhu", "license": "ISC", "bugs": { "url": "https://github.com/capythulhu/blobfish/issues" }, "homepage": "https://github.com/capythulhu/blobfish#readme", "bin": { "blobfish": "./bin.js" }, "dependencies": { "ajv": "^8.17.1", "ajv-errors": "^3.0.0", "chalk": "^5.3.0", "dotenv": "^16.3.1", "yargs": "^17.7.2" } }