Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
{
	"name": "@doodle/lib-node-utilities",
	"version": "0.0.1",
	"description": "A collection of useful utilities for Doodle engineers",
	"license": "MIT",
	"repository": "DoodleScheduling/lib-node-utilities",
	"author": {
		"name": "Michael Wuergler",
		"email": "wuergler@gmail.com",
		"url": "https://github.com/radiovisual"
	},
	"scripts": {
		"lint": "npx eslint *.js bin apis data build __tests__ -c eslintrc.js",
		"test": "npm run lint && npx jest"
	},
	"engines": {
		"node": ">=8"
	},
	"files": [
		"index.js",
		"bin",
		"apis",
        "data",
        "build"
	],
	"keywords": [
		"cli-app",
        "cli",
        "node",
        "utilities",
		"doodle"
	],
	"dependencies": {
		"@doodle/eslint-config": "0.0.15",
		"chalk": "^2.4.2",
		"current-git-branch": "^1.0.1",
		"eslint": "^6.4.0",
		"execa": "^2.0.4",
		"fetch-everywhere": "^1.0.5",
		"fuzzy": "^0.1.3",
		"git-remote-origin-url": "^3.0.0",
		"googleapis": "^39.2.0",
		"inquirer": "^6.0.0",
		"inquirer-autocomplete-prompt": "^1.0.1",
		"jest": "^24.9.0",
		"mimelib": "^0.3.1",
		"minimist": "^1.2.0",
		"open": "^6.1.0",
		"ora": "^3.4.0",
		"prettier": "^1.18.2",
		"read-pkg-up": "^5.0.0",
		"rev-hash": "^3.0.0",
		"write-json-file": "^4.2.0"
	},
	"devDependencies": {
		"husky": "^3.0.5"
	},
	"husky": {
		"hooks": {
			"pre-commit": "npm run lint",
			"pre-push": "npm run test && npm run lint"
		}
	}
}