-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1000 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "electron-publisher-custom",
"version": "23.6.0",
"main": "dist/index.js",
"typings": "./dist/index.d.ts",
"author": "ArcherTrister",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ArcherTrister/electron-publisher-custom.git"
},
"bugs": "https://github.com/ArcherTrister/electron-publisher-custom/issues",
"homepage": "https://github.com/ArcherTrister/electron-publisher-custom",
"files": [
"dist"
],
"scripts": {
"build": "tsc --traceResolution",
"login": "npm login",
"publish": "tsc && npm publish --access=public",
"link": "npm link",
"pack": "webpack --mode development --progress"
},
"dependencies": {
"app-builder-lib": "23.6.0",
"electron-publish": "23.6.0"
},
"devDependencies": {
"@types/mime": "^3.0.1",
"fs-extra": "^10.0.0",
"mime": "^3.0.0",
"ts-loader": "^9.2.3",
"typescript": "^4.3.5",
"webpack": "^5.45.1",
"webpack-cli": "^4.7.2"
}
}