-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 1.08 KB
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
{
"name": "reportgenerator",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:dotnet": "dotnet publish src/LiveOptics.UI.Wpf/LiveOptics.UI.Wpf.csproj -c Release -r win-x64 --self-contained true -p:PublishSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true -o PortableBuild",
"build:installer": "node -e \"require('innosetup-compiler')('installer.iss', { gui: false, verbose: true }, (error) => { if (error) console.error(error); else console.log('Installer created successfully!'); })\"",
"dist": "npm run build:dotnet && npm run build:installer"
},
"devDependencies": {
"innosetup-compiler": "^6.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheArchitectit/radreportgenerator.git"
},
"keywords": [],
"author": "",
"license": "BSD-3-Clause",
"type": "commonjs",
"bugs": {
"url": "https://github.com/TheArchitectit/radreportgenerator/issues"
},
"homepage": "https://github.com/TheArchitectit/radreportgenerator#readme"
}