{
	"name": "@skyra/shared-http-pieces",
	"version": "0.4.1",
	"description": "The common pieces for ArchId Network's HTTP-only bots",
	"author": "@skyra",
	"license": "Apache-2.0",
	"main": "dist/index.js",
	"module": "dist/index.js",
	"types": "dist/index.d.ts",
	"type": "module",
	"exports": {
		".": {
			"import": "./dist/index.js",
			"types": "./dist/index.d.ts"
		},
		"./register": {
			"import": "./dist/register.js",
			"types": "./dist/register.d.ts"
		}
	},
	"sideEffects": [
		"./dist/register.js"
	],
	"scripts": {
		"build": "tsc -b src",
		"watch": "tsc -b src --watch",
		"lint": "eslint src --ext ts --fix -c ../../package.json",
		"prepack": "yarn build",
		"bump": "cliff-jumper",
		"check-update": "cliff-jumper --dry-run"
	},
	"dependencies": {
		"@discordjs/builders": "^1.3.0",
		"@discordjs/collection": "^1.2.0",
		"@skyra/http-framework": "workspace:^",
		"@skyra/http-framework-i18n": "workspace:^",
		"discord-api-types": "^0.37.18",
		"tslib": "^2.4.1"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/skyra-project/archid-components.git",
		"directory": "packages/shared-http-pieces"
	},
	"files": [
		"dist/**/*.js*",
		"dist/**/*.d.ts",
		"src/locales/**/*.json"
	],
	"engines": {
		"node": ">=16.9.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"
	},
	"devDependencies": {
		"@favware/cliff-jumper": "^1.9.0",
		"typescript": "^4.9.4"
	}
}
