-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 825 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 825 Bytes
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": "modules-nuke",
"version": "1.0.4",
"main": "main.js",
"description": "A tool to nuke node_modules folders",
"author": "vedit",
"repository": "github:vedit/node-modules-nuke",
"build": {
"appId": "com.vedit.nodemodulesnuke",
"mac": {
"category": "public.app-category.developer-tools",
"target": "dmg"
},
"win": {
"target": "nsis"
},
"linux": {
"target": "AppImage"
},
"publish": {
"provider": "github",
"owner": "vedit",
"repo": "node-modules-nuke"
}
},
"scripts": {
"start": "electron .",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "electron-builder"
},
"keywords": [],
"license": "MIT",
"devDependencies": {
"electron": "^39.2.6",
"electron-builder": "^26.0.12"
}
}