UNPKG

gobot-restic

Version:

Restic helper for Gobot

39 lines (38 loc) 876 B
{ "name": "gobot-restic", "version": "0.16.4-alpha.23", "description": "Restic helper for Gobot", "type": "module", "main": "dist/api.js", "scripts": { "clean": "rimraf dist", "dev": "tsx ./src/cli.ts", "build": "npm run clean && tsup-node src/cli.ts src/api.ts --dts src/api.ts --format esm" }, "bin": { "restic": "./dist/cli.js" }, "repository": { "type": "https", "url": "https://github.com/benallfree/gobot/tree/main/src/apps/restic/helper" }, "keywords": [ "gobot", "restic", "Restic" ], "author": "Ben Allfree", "license": "ISC", "bugs": { "url": "https://github.com/benallfree/gobot/issues" }, "homepage": "https://www.npmjs.com/package/gobot-restic", "dependencies": { "gobot": "*" }, "devDependencies": { "tsup": "^8.0.2", "tsx": "^4.7.1", "typescript": "^5.4.2" } }