-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 773 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 773 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
{
"name": "nepdf",
"version": "1.0.0",
"description": "NE능률의 Ebook을 손쉽게 PDF로 변환하세요.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "sh9351",
"license": "ISC",
"dependencies": {
"axios": "^1.4.0",
"pdfkit": "^0.13.0"
},
"devDependencies": {
"electron": "^24.3.1"
},
"build": {
"appId": "com.sh9351.nepdf",
"productName": "NEPDF",
"win": {
"target": "portable",
"legalTrademarks": "Copyright © Sehoon Lim, Inc. Some Rights Reserved / Copyright © NE Neungyule, Inc. Some Rights Reserved"
},
"nsis": {
"artifactName": "NEPDF ${version}.${ext}",
"deleteAppDataOnUninstall": true
}
}
}