58 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			58 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "thingsboard-web-ui",
 | 
						|
  "private": true,
 | 
						|
  "version": "3.5.0",
 | 
						|
  "description": "ThingsBoard Web UI Microservice",
 | 
						|
  "main": "server.ts",
 | 
						|
  "bin": "server.js",
 | 
						|
  "scripts": {
 | 
						|
    "pkg": "tsc && pkg -t node16-linux-x64,node16-win-x64 --out-path ./target ./target/src && node install.js",
 | 
						|
    "test": "echo \"Error: no test specified\" && exit 1",
 | 
						|
    "start": "nodemon --watch '.' --ext 'ts' --exec 'WEB_FOLDER=./target/web ts-node server.ts'",
 | 
						|
    "start-prod": "nodemon --watch '.' --ext 'ts' --exec 'WEB_FOLDER=./target/web NODE_ENV=production ts-node server.ts'",
 | 
						|
    "build": "tsc"
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "compression": "^1.7.4",
 | 
						|
    "config": "^3.3.7",
 | 
						|
    "connect-history-api-fallback": "^1.6.0",
 | 
						|
    "express": "^4.18.1",
 | 
						|
    "http": "0.0.0",
 | 
						|
    "http-proxy": "^1.18.1",
 | 
						|
    "js-yaml": "^4.1.0",
 | 
						|
    "winston": "^3.7.2",
 | 
						|
    "winston-daily-rotate-file": "^4.7.1"
 | 
						|
  },
 | 
						|
  "nyc": {
 | 
						|
    "exclude": [
 | 
						|
      "test",
 | 
						|
      "__tests__",
 | 
						|
      "node_modules",
 | 
						|
      "target"
 | 
						|
    ]
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "@types/compression": "^1.7.2",
 | 
						|
    "@types/config": "^0.0.41",
 | 
						|
    "@types/connect-history-api-fallback": "^1.3.5",
 | 
						|
    "@types/express": "^4.17.13",
 | 
						|
    "@types/http-proxy": "^1.17.9",
 | 
						|
    "@types/node": "^18.0.0",
 | 
						|
    "fs-extra": "^10.1.0",
 | 
						|
    "nodemon": "^2.0.16",
 | 
						|
    "pkg": "^5.7.0",
 | 
						|
    "ts-node": "^10.8.1",
 | 
						|
    "typescript": "^4.7.4"
 | 
						|
  },
 | 
						|
  "pkg": {
 | 
						|
    "assets": [
 | 
						|
      "node_modules/config/**/*.*"
 | 
						|
    ]
 | 
						|
  },
 | 
						|
  "resolutions": {
 | 
						|
    "color-string": "^1.5.5",
 | 
						|
    "follow-redirects": "^1.14.8",
 | 
						|
    "minimist": "^1.2.6"
 | 
						|
  }
 | 
						|
}
 |