UNPKG

1.04 kBJSONView Raw
1{
2 "name": "electron-publish",
3 "version": "23.0.9",
4 "main": "out/publisher.js",
5 "author": "Vladimir Krivosheev",
6 "license": "MIT",
7 "repository": {
8 "type": "git",
9 "url": "git+https://github.com/electron-userland/electron-builder.git",
10 "directory": "packages/electron-publish"
11 },
12 "bugs": "https://github.com/electron-userland/electron-builder/issues",
13 "homepage": "https://github.com/electron-userland/electron-builder",
14 "files": [
15 "out"
16 ],
17 "dependencies": {
18 "@types/fs-extra": "^9.0.11",
19 "builder-util": "23.0.9",
20 "builder-util-runtime": "9.0.2",
21 "chalk": "^4.1.1",
22 "fs-extra": "^10.0.0",
23 "lazy-val": "^1.0.5",
24 "mime": "^2.5.2"
25 },
26 "typings": "./out/publisher.d.ts",
27 "devDependencies": {
28 "@types/mime": "2.0.3"
29 },
30 "readme": "# electron-publish\n\nPart of [electron-builder](https://github.com/electron-userland/electron-builder). \n\nSee the [Publishing Artifacts](https://www.electron.build/configuration/publish) for more information.\n\nCan be used standalone."
31}
\No newline at end of file