{
	"name": "@bfast-system/printer-mitsubishi-cpd70dw-electron",
	"version": "0.1.7",
	"description": "",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"scripts": {
		"build": "tsc && xcopy .\\src\\MitsubishiCPD70DW\\MitsubishiCPD70DW\\bin\\Release\\*.dll .\\dist\\ /S /I /C"
	},
	"author": "bfast-system",
	"license": "ISC",
	"dependencies": {
		"electron-edge-js": "^8.3.8"
	},
	"devDependencies": {
		"@types/node": "^10.11.6",
		"typescript": "^3.1.2"
	}
}