{
	"name": "ffprobe-normalized",
	"version": "2.3.0",
	"description": "Retrieves and normalizes ffprobe output.",
	"homepage": "https://github.com/tomasklaen/ffprobe-normalized",
	"bugs": "https://github.com/tomasklaen/ffprobe-normalized/issues",
	"repository": "github:tomasklaen/ffprobe-normalized",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"keywords": [
		"ffprobe",
		"media",
		"meta"
	],
	"author": "tomasklaen",
	"license": "MIT",
	"files": [
		"dist"
	],
	"scripts": {
		"build": "tsc",
		"watch": "tsc --watch",
		"clean": "rimraf dist",
		"start": "ava --watch",
		"test": "ava",
		"preversion": "npm-run-all clean build",
		"git-push": "git push",
		"npm-publish": "npm publish",
		"postversion": "npm-run-all git-push npm-publish"
	},
	"ava": {
		"extensions": [
			"ts"
		],
		"require": [
			"ts-node/register"
		]
	},
	"devDependencies": {
		"@types/node": "^18.0.3",
		"ava": "^4.3.0",
		"npm-run-all": "^4.1.5",
		"rimraf": "^3.0.2",
		"ts-node": "^10.8.2",
		"tslib": "^2.4.0",
		"typescript": "^4.7.4"
	}
}
