Files
DnnSummit2025Demo/package.json
2025-01-28 16:27:48 +01:00

57 lines
1.3 KiB
JSON

{
"name": "apidemo",
"version": "0.0.1",
"description": "ApiDemo module",
"dnn": {
"projectFolders": [
"Server/DemoLibrary"
],
"owner": {
"name": "Peter Donker",
"organization": "Summit",
"url": "www.dnn-connect.org",
"email": "peter@bring2mind.net"
},
"pathsAndFiles": {
"solutionFile": "./Summit.ApiDemo.sln",
"pathToAssemblies": "./bin",
"devSiteUrl": "",
"devSitePath": "",
"excludeFilter": [
"bin/",
"obj/",
"node_modules"
],
"licenseFile": "./License.md",
"releaseNotesFile": "",
"releaseFiles": [
"App_LocalResources/*.resx",
"**/*.ascx",
"**/*.cshtml",
"**/*.vbhtml",
"js/*.js",
"css/*.css",
"*.css",
"**/*.html",
"**/*.png",
"**/*.jpg",
"**/*.jpeg",
"**/*.gif",
"**/*.eot",
"**/*.svg",
"**/*.ttf",
"**/*.woff",
"**/*.woff2",
"*.txt"
],
"zipName": "Summit.ApiDemo"
}
},
"scripts": {
"build": "set NODE_ENV=production&&webpack --config Client/webpack.config.js",
"watch": "webpack --config Client/webpack.config.js --progress --watch",
"watch-server": "node watch.js"
},
"author": "Peter Donker"
}