{
	"name": "faucet-pipeline-static",
	"version": "2.1.0",
	"description": "static files for faucet-pipeline",
	"main": "index.js",
	"scripts": {
		"test": "npm-run-all --parallel lint test:cli",
		"test:cli": "./test/run",
		"lint": "eslint --cache index.js test && echo ✓"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/faucet-pipeline/faucet-pipeline-static.git"
	},
	"author": "Lucas Dohmen <lucas@dohmen.io> (https://lucas.dohmen.io/)",
	"license": "Apache-2.0",
	"bugs": {
		"url": "https://github.com/faucet-pipeline/faucet-pipeline-static/issues"
	},
	"homepage": "https://www.faucet-pipeline.org",
	"engines": {
		"node": ">= 14"
	},
	"dependencies": {
		"faucet-pipeline-core": "^2.0.0"
	},
	"devDependencies": {
		"eslint-config-fnd": "^1.13.0",
		"json-diff": "^1.0.0",
		"npm-run-all": "^4.1.5",
		"release-util-fnd": "^3.0.0"
	}
}
