{
	"name": "@skyra/twitch-helpers",
	"version": "1.0.0",
	"description": "Very basic Twitch helper functions used across several ArchId bots",
	"author": "@skyra",
	"license": "Apache-2.0",
	"module": "dist/index.mjs",
	"types": "dist/index.d.ts",
	"exports": {
		"import": "./dist/index.mjs",
		"types": "./dist/index.d.ts"
	},
	"sideEffects": false,
	"scripts": {
		"test": "eslint src --ext ts -c ../../package.json",
		"build": "tsup",
		"watch": "tsup --watch",
		"lint": "eslint src --ext ts --fix -c ../../package.json",
		"prepack": "yarn build",
		"bump": "cliff-jumper",
		"check-update": "cliff-jumper --dry-run"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/skyra-project/archid-components.git",
		"directory": "packages/twitch-helpers"
	},
	"files": [
		"dist/**/*.mjs*",
		"dist/**/*.d.ts"
	],
	"engines": {
		"node": ">=18.0.0",
		"npm": ">=8.0.0"
	},
	"keywords": [
		"discord",
		"api",
		"http",
		"skyra",
		"typescript",
		"ts",
		"yarn"
	],
	"bugs": {
		"url": "https://github.com/skyra-project/archid-components/issues"
	},
	"publishConfig": {
		"access": "public"
	},
	"dependencies": {
		"@sapphire/result": "^2.6.0",
		"@skyra/env-utilities": "workspace:^",
		"@skyra/safe-fetch": "workspace:^"
	},
	"devDependencies": {
		"@favware/cliff-jumper": "^1.9.0",
		"tsup": "^6.5.0",
		"typescript": "^4.9.4"
	}
}
