{
	"author": "Luis Blanco <luisblanco1337@gmail.com>",
	"name": "3d-webaudio-raub",
	"version": "3.0.0",
	"description": "WebAudio plugin for Node.js 3D Core",
	"license": "MIT",
	"main": "index.js",
	"keywords": [
		"plugin",
		"3d",
		"node3d",
		"webaudio",
		"sound",
		"audio",
		"labsound",
		"graphics"
	],
	"files": [
		"index.js",
		"index.d.ts",
		"LICENSE",
		"package.json",
		"README.md"
	],
	"engines": {
		"node": ">=22.14.0",
		"npm": ">=10.8.3"
	},
	"scripts": {
		"eslint": "eslint .",
		"test": "node --test --watch",
		"test-ci": "node --test"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/node-3d/3d-webaudio-raub.git"
	},
	"dependencies": {
		"webaudio-raub": "^5.1.1"
	},
	"devDependencies": {
		"3d-core-raub": "^5.1.0",
		"@types/node": "^22.10.5",
		"@eslint/js": "^9.17.0",
		"@types/three": "0.172.0",
		"eslint": "^9.17.0",
		"three": "0.172.0",
		"typescript": "^5.7.2"
	}
}
