{ "name": "@lilith/restic-setup-server", "version": "0.1.1", "description": "Deploy restic REST server on devops hosts for centralized backup infrastructure", "author": "Lilith Platform", "license": "UNLICENSED", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "bin": { "restic-setup-server": "./dist/cli.js" }, "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } } }, "files": [ "dist", "templates" ], "scripts": { "build": "tsup", "dev": "tsup --watch", "clean": "rm -rf dist", "typecheck": "tsc --noEmit" }, "dependencies": {}, "devDependencies": { "@types/node": "^22.19.5", "tsup": "^8.5.1", "typescript": "^5.9.3" }, "publishConfig": { "registry": "http://forge.black.lan/api/packages/lilith/npm/" }, "_": { "registry": "forgejo", "publish": true, "build": true }, "repository": { "type": "git", "url": "http://forge.black.lan/lilith/packages.git", "directory": "@infrastructure/restic-setup-server" }, "keywords": [ "restic", "backup", "infrastructure", "devops", "rest-server" ] }