{
	"name": "faucet-pipeline-js",
	"version": "3.0.2",
	"description": "JavaScript module bundling for faucet-pipeline",
	"author": "FND",
	"contributors": ["Lucas Dohmen <lucas@dohmen.io>"],
	"license": "Apache-2.0",
	"homepage": "https://www.faucet-pipeline.org",
	"repository": {
		"type": "git",
		"url": "https://github.com/faucet-pipeline/faucet-pipeline-js.git"
	},
	"bugs": {
		"url": "https://github.com/faucet-pipeline/faucet-pipeline-js/issues"
	},
	"main": "lib/index.js",
	"scripts": {
		"test": "npm-run-all lint --parallel test:unit test:cli",
		"test:cli": "./test/cli/run",
		"test:unit": "mocha test/unit/test_*.js",
		"lint": "eslint --cache --ext .js --ext .jsx lib bin/validate-dependencies test/unit samples pkg && echo ✓"
	},
	"engines": {
		"node": ">=22"
	},
	"dependencies": {
		"@rollup/plugin-commonjs": "~29.0.1",
		"@rollup/plugin-node-resolve": "~16.0.3",
		"faucet-pipeline-core": "^2.0.0",
		"rollup": "^4.59.0",
		"rollup-plugin-cleanup": "~3.2.1"
	},
	"devDependencies": {
		"eslint-config-fnd-jsx": "^1.8.0",
		"faucet-pipeline-esnext": "file:pkg/faucet-pipeline-esnext",
		"faucet-pipeline-jsmin": "file:pkg/faucet-pipeline-jsmin",
		"faucet-pipeline-jsx": "file:pkg/faucet-pipeline-jsx",
		"faucet-pipeline-typescript": "file:pkg/faucet-pipeline-typescript",
		"json-diff": "^1.0.6",
		"mocha": "^11.7.5",
		"npm-run-all": "^4.1.5",
		"release-util-fnd": "^3.0.0"
	}
}
