UNPKG

712 BJSONView Raw
1{
2 "name": "@electron-forge/publisher-nucleus",
3 "version": "6.0.0-beta.49",
4 "description": "Nucleus publisher for Electron Forge",
5 "repository": "https://github.com/electron-userland/electron-forge",
6 "author": "Samuel Attard",
7 "license": "MIT",
8 "main": "dist/PublisherNucleus.js",
9 "typings": "dist/PublisherNucleus.d.ts",
10 "devDependencies": {
11 "chai": "4.2.0",
12 "mocha": "^7.0.1"
13 },
14 "engines": {
15 "node": ">= 10.0.0"
16 },
17 "dependencies": {
18 "@electron-forge/async-ora": "6.0.0-beta.49",
19 "@electron-forge/publisher-base": "6.0.0-beta.49",
20 "@electron-forge/shared-types": "6.0.0-beta.49",
21 "debug": "^4.1.0",
22 "form-data": "3.0.0",
23 "node-fetch": "^2.6.0"
24 }
25}