{
	"name": "@nikolarhristov/pipeline",
	"version": "0.1.7",
	"type": "module",
	"description": "🧪 Pipeline for files.",
	"repository": {
		"type": "git",
		"url": "https://github.com/nikolaxhristov/pipeline.git"
	},
	"homepage": "https://github.com/nikolaxhristov/pipeline#readme",
	"bugs": {
		"url": "https://github.com/nikolaxhristov/pipeline/issues"
	},
	"license": "MIT",
	"private": false,
	"main": "./dist/index.js",
	"types": "./dist/index.d.ts",
	"keywords": [
		"compression",
		"css",
		"html",
		"img",
		"critters",
		"javascript",
		"performance",
		"svg"
	],
	"scripts": {
		"build": "lightrix build src/index.ts src/lib/**/*.ts src/options/**/index.ts"
	},
	"dependencies": {
		"@types/csso": "5.0.0",
		"@types/html-minifier-terser": "7.0.0",
		"@types/sharp": "0.31.0",
		"critters": "0.0.16",
		"csso": "5.0.5",
		"deepmerge-ts": "4.2.2",
		"fast-glob": "3.2.12",
		"html-minifier-terser": "7.1.0",
		"sharp": "0.31.2",
		"svgo": "3.0.2",
		"terser": "5.16.1"
	},
	"devDependencies": {
		"@lightrix/config": "0.0.6",
		"@lightrix/scripts": "0.1.1"
	},
	"publishConfig": {
		"access": "public"
	}
}
