-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
28 lines (28 loc) · 904 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
{
"name": "itunes-win",
"version": "3.0.3",
"description": "",
"bin": {
"itunes-win": "src/index.js"
},
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"pkg": "pkg .",
"pkg-win": "pkg --targets node16-win-x64 .",
"build-win": "pkg --targets node16-win-x64 . && move itunes-win.exe base/TPiTunes/tpitunes.exe && copy node_modules\\winax\\build\\Release\\node_activex.node base\\TPiTunes\\node_activex.node && del Installers\\TPiTunes.tpp && cd base && 7z a -tzip ../Installers/TPiTunes.tpp TPiTunes && del TpiTunes\\tpitunes.exe && del TPiTunes\\node_activex.node"
},
"author": "",
"license": "GPLv3",
"repository": {
"type": "git",
"url": "https://github.com/spdermn02/TouchPortal_ITunes_Plugin.git"
},
"dependencies": {
"touchportal-api": "^3.0.0",
"winax": "^1.20.0"
},
"devDependencies": {
"pkg": "^5.5.1"
}
}