{
	"name": "@omnimedia/omnitool",
	"version": "1.1.0-120",
	"description": "open source video processing tools",
	"license": "MIT",
	"author": "Przemysław Gałęzki",
	"type": "module",
	"main": "x/index.js",
	"files": [
		"x",
		"s"
	],
	"scripts": {
		"build": "run-s _clean _tsc _ln _scute",
		"start": "octo 'scute -vw' 'tsc -w' 'node --watch x/tests.test.js' 'http-server x'",
		"_clean": "rm -rf x && mkdir x",
		"_tsc": "tsc",
		"_ln": "run-s _ln-s _ln-assets",
		"_ln-s": "ln -s \"$(realpath s)\" x/s",
		"_ln-assets": "ln -s \"$(realpath assets)\" x/assets",
		"_scute": "scute -v",
		"test": "echo \"node tests disabled for now\"",
		"test-debug": "node inspect x/tests.test.js"
	},
	"devDependencies": {
		"@e280/science": "^0.1.4",
		"@e280/scute": "^0.1.2",
		"@types/node": "^25.0.3",
		"@types/wicg-file-system-access": "^2023.10.7",
		"http-server": "^14.1.1",
		"npm-run-all": "^4.1.5",
		"typescript": "^5.9.3"
	},
	"dependencies": {
		"@awasm/noble": "^0.1.4",
		"@e280/comrade": "^0.1.0",
		"@e280/renraku": "^0.5.3",
		"@e280/sly": "^0.2.5",
		"@e280/strata": "^0.2.5",
		"@e280/stz": "^0.2.15",
		"@huggingface/transformers": "^3.8.1",
		"@noble/hashes": "^2.2.0",
		"comrade": "^0.0.3",
		"gl-transitions": "^1.43.0",
		"gsap": "^3.14.2",
		"lit": "^3.3.2",
		"mediabunny": "^1.27.3",
		"pixi-filters": "^6.1.5",
		"pixi.js": "^8.18.1",
		"wavesurfer.js": "^7.12.1"
	},
	"homepage": "https://github.com/omni-media/omnitool#readme",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/omni-media/omnitool.git"
	},
	"bugs": {
		"url": "https://github.com/omni-media/omnitool/issues"
	},
	"keywords": [
		"tools",
		"video",
		"processing"
	]
}
