123456789101112131415161718192021222324252627282930 |
- {
- "name": "electron-publish",
- "version": "24.5.0",
- "main": "out/publisher.js",
- "author": "Vladimir Krivosheev",
- "license": "MIT",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/electron-userland/electron-builder.git",
- "directory": "packages/electron-publish"
- },
- "bugs": "https://github.com/electron-userland/electron-builder/issues",
- "homepage": "https://github.com/electron-userland/electron-builder",
- "files": [
- "out"
- ],
- "dependencies": {
- "@types/fs-extra": "^9.0.11",
- "builder-util": "24.5.0",
- "builder-util-runtime": "9.2.1",
- "chalk": "^4.1.2",
- "fs-extra": "^10.1.0",
- "lazy-val": "^1.0.5",
- "mime": "^2.5.2"
- },
- "typings": "./out/publisher.d.ts",
- "devDependencies": {
- "@types/mime": "2.0.3"
- }
- }
|