54 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			54 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "thingsboard-js-executor",
 | 
						|
  "private": true,
 | 
						|
  "version": "3.4.0",
 | 
						|
  "description": "ThingsBoard JavaScript Executor Microservice",
 | 
						|
  "main": "server.js",
 | 
						|
  "bin": "server.js",
 | 
						|
  "scripts": {
 | 
						|
    "pkg": "pkg -t node12-linux-x64,node12-win-x64 --out-path ./target . && node install.js",
 | 
						|
    "test": "echo \"Error: no test specified\" && exit 1",
 | 
						|
    "start": "nodemon server.js",
 | 
						|
    "start-prod": "NODE_ENV=production nodemon server.js"
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "@azure/service-bus": "^7.5.1",
 | 
						|
    "@google-cloud/pubsub": "^3.0.1",
 | 
						|
    "amqplib": "^0.10.0",
 | 
						|
    "aws-sdk": "^2.1152.0",
 | 
						|
    "config": "^3.3.7",
 | 
						|
    "express": "^4.18.1",
 | 
						|
    "js-yaml": "^4.1.0",
 | 
						|
    "kafkajs": "^2.0.2",
 | 
						|
    "long": "^5.2.0",
 | 
						|
    "uuid-parse": "^1.1.0",
 | 
						|
    "uuid-random": "^1.3.2",
 | 
						|
    "winston": "^3.7.2",
 | 
						|
    "winston-daily-rotate-file": "^4.7.1"
 | 
						|
  },
 | 
						|
  "nyc": {
 | 
						|
    "exclude": [
 | 
						|
      "test",
 | 
						|
      "__tests__",
 | 
						|
      "node_modules",
 | 
						|
      "target"
 | 
						|
    ]
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "fs-extra": "^10.1.0",
 | 
						|
    "nodemon": "^2.0.16",
 | 
						|
    "pkg": "^5.7.0"
 | 
						|
  },
 | 
						|
  "pkg": {
 | 
						|
    "assets": [
 | 
						|
      "node_modules/config/**/*.*"
 | 
						|
    ]
 | 
						|
  },
 | 
						|
  "resolutions": {
 | 
						|
    "ansi-regex": "^5.0.1",
 | 
						|
    "color-string": "^1.5.5",
 | 
						|
    "minimist": "^1.2.6",
 | 
						|
    "node-fetch": "^2.6.7"
 | 
						|
  }
 | 
						|
}
 |