{
	"name": "beatdown",
	"version": "1.0.1",
	"description": "simplified JavaScript module bundling",
	"author": "FND",
	"license": "Apache-2.0",
	"homepage": "https://www.faucet-pipeline.org",
	"repository": {
		"type": "git",
		"url": "https://github.com/faucet-pipeline/beatdown.git"
	},
	"bugs": {
		"url": "https://github.com/faucet-pipeline/beatdown/issues"
	},
	"main": "lib/index.js",
	"scripts": {
		"test": "npm-run-all --parallel lint test:unit",
		"test:unit": "mocha --ui qunit test/test_*.js",
		"lint": "eslint --cache lib test && echo ✓"
	},
	"engines": {
		"node": ">=10"
	},
	"dependencies": {
		"rollup": "^2.17.1"
	},
	"devDependencies": {
		"@rollup/plugin-commonjs": "^13.0.0",
		"@rollup/plugin-node-resolve": "^8.0.1",
		"eslint-config-fnd": "^1.8.0",
		"mocha": "^8.0.1",
		"npm-run-all": "^4.1.5",
		"release-util-fnd": "^2.0.1"
	}
}
