{
	"name": "kinect-azure",
	"version": "0.4.0",
	"description": "Nodejs library to access the azure kinect data from the official SDK",
	"repository": "https://github.com/wouterverweirder/kinect-azure",
	"main": "lib/kinect-azure.js",
	"dependencies": {
		"node-addon-api": "^8.0.0",
		"node-gyp-build": "^4.8.1"
	},
	"engines": {
		"node": ">= 10.16.0"
	},
	"scripts": {
		"install": "node-gyp-build",
		"compile": "prebuildify --napi",
		"compile:win": "prebuildify --napi --platform=win32 --arch=x64",
		"copy-dlls": "xcopy \"C:\\Program Files\\Azure Kinect Body Tracking SDK\\tools\\\" . /H /C /Y"
	},
	"gypfile": true,
	"binary": {
		"napi_versions": [
			6
		]
	},
	"devDependencies": {
		"prebuildify": "^6.0.1",
		"rimraf": "^5.0.7"
	}
}
