{
	"name": "sms-ir-api",
	"version": "1.3.0",
	"description": "SMS.IR API client for JS/TS/ESM/Node.js",
	"author": {
		"name": "Shahab Movahhedi",
		"email": "dev@shmovahhedi.com",
		"url": "https://shmovahhedi.com/"
	},
	"homepage": "https://github.com/movahhedi/sms-ir-node",
	"repository": {
		"type": "git",
		"url": "https://github.com/movahhedi/sms-ir-node.git",
		"directory": "/"
	},
	"bugs": "https://github.com/movahhedi/sms-ir-node",
	"license": "MIT",
	"keywords": [
		"sms-ir-api",
		"smsir",
		"smsir-js",
		"sms-typescript",
		"sms-ir",
		"sms.ir",
		"sms",
		"messaging",
		"api"
	],
	"type": "module",
	"source": "./src/smsir.ts",
	"main": "./dist/smsir.cjs",
	"module": "./dist/smsir.mjs",
	"types": "./dist/smsir.d.ts",
	"typings": "./dist/smsir.d.ts",
	"umd:main": "./dist/smsir.umd.js",
	"unpkg": "./dist/smsir.umd.js",
	"exports": {
		".": {
			"types": "./dist/smsir.d.ts",
			"import": "./dist/smsir.mjs",
			"require": "./dist/smsir.cjs",
			"default": "./dist/smsir.modern.js"
		},
		"./ts": "./src/smsir.ts",
		"./package.json": "./package.json"
	},
	"files": [
		"src",
		"dist"
	],
	"cspell": {
		"version": "0.2",
		"language": "en",
		"words": [
			"smsir",
			"likeToLike",
			"microbundle"
		],
		"ignorePaths": [
			"README.fa.md"
		]
	},
	"scripts": {
		"build": "microbundle build --raw true --generateType -f modern,esm,cjs,umd",
		"dev": "microbundle watch -f modern,esm,cjs,umd"
	},
	"devDependencies": {
		"microbundle": "^0.15.1",
		"typescript": "^5.3.3"
	},
	"packageManager": "pnpm@10.23.0+sha512.21c4e5698002ade97e4efe8b8b4a89a8de3c85a37919f957e7a0f30f38fbc5bbdd05980ffe29179b2fb6e6e691242e098d945d1601772cad0fef5fb6411e2a4b"
}
