gptsync
Version:
Seamlessly sync the latest AI output in a flash.
45 lines (44 loc) • 925 B
JSON
{
"name": "gptsync",
"version": "1.0.0",
"description": "Seamlessly sync the latest AI output in a flash.",
"main": "dist/index.js",
"scripts": {
"build": "tsc && chmod +x dist/index.js",
"dev": "tsc --watch"
},
"bin": {
"gptsync": "./dist/index.js"
},
"dependencies": {
"commander": "^10.0.0",
"unzipper": "^0.10.11"
},
"devDependencies": {
"@types/node": "^16.0.0",
"@types/unzipper": "^0.10.11",
"typescript": "^4.0.0"
},
"keywords": [
"ai",
"zip",
"extract",
"sync",
"automation",
"command-line",
"tool",
"output",
"files",
"ai-output"
],
"author": "Morten D. Fornes",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/mortend/gptsync.git"
},
"bugs": {
"url": "https://github.com/mortend/gptsync/issues"
},
"homepage": "https://github.com/mortend/gptsync#readme"
}