{
	"name": "@drugscom/ddcjsmodules",
	"version": "8.8.4",
	"description": "Shared javascript modules.",
	"scripts": {
		"test": "mocha -r jsdom-global/register",
		"lint": "jshint src/",
		"pretest": "npm run lint",
		"preversion": "npm config set message \"Bumped to %s\"",
		"bump": "npm version patch",
		"jsdoc": "jsdoc -r ./src -d ./docs"
	},
	"precommit": "lint",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/drugscom/ddcjsmodules.git"
	},
	"author": "",
	"bugs": {
		"url": "https://github.com/drugscom/ddcjsmodules/issues"
	},
	"homepage": "https://github.com/drugscom/ddcjsmodules#readme",
	"devDependencies": {
		"chai": "4.3.7",
		"eslint": "8.36.0",
		"grunt": "1.6.1",
		"grunt-cli": "1.4.3",
		"grunt-contrib-watch": "1.1.0",
		"grunt-eslint": "24.0.1",
		"jsdom": "21.1.1",
		"jsdom-global": "3.0.2",
		"jshint": "2.13.6",
		"load-grunt-tasks": "5.1.0",
		"mocha": "10.2.0"
	}
}
