2024-04-14 18:12:40 +02:00
|
|
|
{
|
|
|
|
|
"name": "@push.rocks/smartrestic",
|
2026-05-01 21:35:37 +00:00
|
|
|
"version": "0.17.0",
|
2024-04-14 18:12:40 +02:00
|
|
|
"private": false,
|
|
|
|
|
"description": "A module that packages restic for easy use and integration in Node.js projects.",
|
2026-05-01 21:35:37 +00:00
|
|
|
"exports": {
|
|
|
|
|
".": "./dist_ts/index.js"
|
|
|
|
|
},
|
2024-04-14 18:12:40 +02:00
|
|
|
"main": "dist_ts/index.js",
|
|
|
|
|
"typings": "dist_ts/index.d.ts",
|
|
|
|
|
"type": "module",
|
2026-05-01 21:35:37 +00:00
|
|
|
"author": "Task Venture Capital GmbH <hello@task.vc>",
|
2024-04-14 18:12:40 +02:00
|
|
|
"license": "MIT",
|
|
|
|
|
"scripts": {
|
2026-05-01 21:35:37 +00:00
|
|
|
"test": "tstest test/",
|
|
|
|
|
"build": "tsbuild",
|
|
|
|
|
"buildDocs": "tsdoc"
|
2024-04-14 18:12:40 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-05-01 21:35:37 +00:00
|
|
|
"@git.zone/tsbuild": "^4.4.0",
|
|
|
|
|
"@git.zone/tstest": "^3.6.3",
|
|
|
|
|
"@types/node": "^25.6.0"
|
2024-04-14 18:12:40 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-05-01 21:35:37 +00:00
|
|
|
"@push.rocks/smartarchive": "^5.2.2",
|
|
|
|
|
"@push.rocks/smartrequest": "^5.0.3"
|
2024-04-14 18:12:40 +02:00
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2024-05-29 14:15:46 +02:00
|
|
|
"url": "https://code.foss.global/push.rocks/smartrestic.git"
|
2024-04-14 18:12:40 +02:00
|
|
|
},
|
|
|
|
|
"bugs": {
|
2026-05-01 21:35:37 +00:00
|
|
|
"url": "https://code.foss.global/push.rocks/smartrestic/issues"
|
2024-04-14 18:12:40 +02:00
|
|
|
},
|
2024-05-29 14:15:46 +02:00
|
|
|
"homepage": "https://code.foss.global/push.rocks/smartrestic",
|
2024-04-14 18:12:40 +02:00
|
|
|
"browserslist": [
|
|
|
|
|
"last 1 chrome versions"
|
|
|
|
|
],
|
|
|
|
|
"files": [
|
|
|
|
|
"ts/**/*",
|
|
|
|
|
"ts_web/**/*",
|
|
|
|
|
"dist/**/*",
|
|
|
|
|
"dist_*/**/*",
|
|
|
|
|
"dist_ts/**/*",
|
|
|
|
|
"dist_ts_web/**/*",
|
|
|
|
|
"assets/**/*",
|
|
|
|
|
"cli.js",
|
2026-05-01 21:35:37 +00:00
|
|
|
".smartconfig.json",
|
|
|
|
|
"license",
|
2024-04-14 18:12:40 +02:00
|
|
|
"npmextra.json",
|
|
|
|
|
"readme.md"
|
|
|
|
|
],
|
|
|
|
|
"keywords": [
|
|
|
|
|
"restic",
|
|
|
|
|
"backup",
|
|
|
|
|
"node.js",
|
|
|
|
|
"typescript",
|
|
|
|
|
"data management",
|
|
|
|
|
"archive",
|
|
|
|
|
"security",
|
|
|
|
|
"data protection"
|
|
|
|
|
]
|
2026-05-01 21:35:37 +00:00
|
|
|
}
|