30 lines
793 B
JSON
30 lines
793 B
JSON
{
|
|
"name": "electron-publish",
|
|
"version": "24.13.1",
|
|
"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",
|
|
"chalk": "^4.1.2",
|
|
"fs-extra": "^10.1.0",
|
|
"lazy-val": "^1.0.5",
|
|
"mime": "^2.5.2",
|
|
"builder-util-runtime": "9.2.4",
|
|
"builder-util": "24.13.1"
|
|
},
|
|
"typings": "./out/publisher.d.ts",
|
|
"devDependencies": {
|
|
"@types/mime": "2.0.3"
|
|
}
|
|
} |