UNPKG

@electron-delta-update/builder

Version:
49 lines (48 loc) 1.39 kB
{ "name": "@electron-delta-update/builder", "version": "0.1.3", "description": "True delta updates for electronjs.", "main": "src/index.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", "publish": "npm run build && npm publish --access=public" }, "repository": { "type": "git", "url": "git+https://github.com/dvlprAlamin/electron-delta-builder.git" }, "keywords": [ "electron-delta-builder", "electron-delta", "delta-updates", "auto-updater" ], "author": "Sandeep Acharya <i.am.sandeep.acharya@gmail.com>", "license": "UNLICENSED", "bugs": { "url": "https://github.com/dvlprAlamin/electron-delta-builder/issues" }, "homepage": "https://github.com/dvlprAlamin/electron-delta-builder#readme", "dependencies": { "7zip-bin": "^5.2.0", "env-paths": "^3.0.0", "fs-extra": "^11.2.0", "got": "^14.4.2", "node-7z": "^3.0.0", "semver": "^7.6.3" }, "devDependencies": { "@types/fs-extra": "^11.0.1", "@types/got": "^9.6.12", "@types/node": "^20.4.2", "@types/node-7z": "^2.1.9", "@types/semver": "^7.5.8", "@typescript-eslint/eslint-plugin": "^8.3.0", "@typescript-eslint/parser": "^8.3.0", "eslint": "^9.9.1", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.29.1", "typescript": "^5.2.2" } }