@tochii/vscode-file-recovery
Version:
Recover files and full project structures in bulk from VS Code's local history
60 lines • 1.3 kB
JSON
{
"name": "@tochii/vscode-file-recovery",
"version": "1.0.1",
"description": "Recover files and full project structures in bulk from VS Code's local history",
"repository": "https://github.com/tochiResources/project/tree/main/packages/vscode-file-recovery.git",
"license": "MIT",
"keywords": [
"vscode",
"visual-studio-code",
"local",
"history",
"recovery",
"file",
"system",
"rf",
"restore",
"backup",
"delete",
"permanent",
"project",
"structure",
"tochi",
"tochiResources"
],
"scripts": {
"dev": "tsx index.ts",
"build": "tochibuild"
},
"dependencies": {
"@tochii/logger": "^1.0.0",
"@tochii/utils": "^1.0.0",
"commander": "^13.1.0",
"env-paths": "^3.0.0",
"lodash": "^4.17.21",
"luxon": "^3.6.1"
},
"devDependencies": {
"@types/lodash": "^4.17.16",
"@types/luxon": "^3.6.2",
"@types/node": "^22.15.17",
"tochibuild": "^3.0.1",
"tsx": "^4.19.4",
"typescript": "^5.8.3"
},
"files": [
"dist"
],
"engines": {
"node": ">=18.17.0"
},
"main": "dist/index.mjs",
"types": "dist/index.d.mts",
"exports": {
".": {
"types": "./dist/index.d.mts",
"require": "./dist/index.mjs",
"import": "./dist/index.mjs"
}
}
}