{
	"name": "@ctx-core/iex",
	"version": "8.2.276",
	"description": "@ctx-core/iex",
	"keywords": [
		"ctx-core",
		"iex"
	],
	"homepage": "https://github.com/ctx-core/iex#readme",
	"bugs": {
		"url": "https://github.com/ctx-core/iex/issues"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/ctx-core/iex.git"
	},
	"license": "Apache-2.0",
	"author": {
		"name": "Brian Takita",
		"url": "https://briantakita.me",
		"email": "info+ctx-core-iex@briantakita.me"
	},
	"type": "module",
	"files": [
		"*.d.ts",
		"*.js",
		"*.json",
		"./_types",
		"./company_",
		"./fx_rate",
		"./iex__fetch_get",
		"./international_exchange_a_",
		"./isin_mapping_",
		"./key_stat_",
		"./quote_",
		"./ref_data_exchange_symbol_a",
		"./ref_data_exchanges",
		"./ref_data_isin",
		"./ref_data_market_us_exchanges",
		"./ref_data_symbol_a",
		"./stock_company",
		"./stock_peers",
		"./stock_quote",
		"./stock_stats",
		"./stock_stats_marketcap",
		"./stock_stats_peRatio",
		"./stock_stats_ytdChangePercent",
		"./us_exchange_a_"
	],
	"types": "./index.d.ts",
	"exports": {
		".": "./index.js",
		"./package.json": "./package.json"
	},
	"scripts": {
		"build": ":",
		"clean": ":",
		"exec": "$@",
		"prepublishOnly": "bun run clean && bun run build && bun run test && publint && attw --pack --ignore-rules cjs-resolves-to-esm",
		"test": "bun run test:types && bun run test:unit",
		"test:types": "tsc --noEmit",
		"test:unit": "tsx node_modules/uvu/bin.js . '\\.test\\.(ts|js)$'",
		"disable:test:unit:coverage": "c8 bun run test:unit"
	},
	"dependencies": {
		"ctx-core": "*",
		"iex-cloud": "^2.2.0",
		"iex-ts-client": "^1.0.0"
	},
	"devDependencies": {
		"c8": "^11.0.0",
		"tsx": "^4.21.0",
		"typescript": "next",
		"uvu": "^0.5.6"
	},
	"publishConfig": {
		"access": "public"
	},
	"sideEffects": false
}
