{
	"name": "@geek/spinner",
	"version": "1.0.2",
	"description": "Geeky Terminal Spinner Utility",
	"license": "MIT",
	"repository": "mobilehero/geek-spinner",
	"author": {
		"name": "Brenton House",
		"url": "https://brenton.house"
	},
	"contributors": [
		{
			"name": "Brenton House",
			"url": "https://brenton.house"
		},
		{
			"name": "Sindre Sorhus",
			"email": "sindresorhus@gmail.com",
			"url": "sindresorhus.com"
		}
	],
	"engines": {
		"node": ">=6"
	},
	"scripts": {
		"test2": "xo && ava",
		"lint": "eslint . --fix",
		"list": "npm pack && tar -xvzf *.tgz && rm -rf package *.tgz",
		"prep": "npm install --ignore-scripts",
		"test": "npm run prep",
		"prepublishOnly": "git pull && npm test && bump insane",
		"prepublishOnly2": "git pull && npm test && npm audit fix && bump insane"
	},
	"files": [
		"index.js"
	],
	"keywords": [
		"cli",
		"spinner",
		"spinners",
		"terminal",
		"term",
		"console",
		"ascii",
		"unicode",
		"loading",
		"indicator",
		"progress",
		"busy",
		"wait",
		"idle",
		"brenton-house"
	],
	"dependencies": {
		"chalk": "^5.0.0",
		"cli-cursor": "^4.0.0",
		"cli-spinners": "^2.6.1",
		"figures": "^4.0.0",
		"log-symbols": "^5.1.0",
		"strip-ansi": "^7.0.1",
		"wcwidth": "^1.0.1"
	},
	"devDependencies": {
		"ava": "^4.0.1",
		"eslint": "^8.6.0",
		"eslint-plugin-jsdoc": "^37.6.1",
		"eslint-plugin-promise": "^6.0.0",
		"get-stream": "^6.0.1",
		"xo": "^0.47.0"
	}
}
