{
	"name": "vesal",
	"version": "0.1.0",
	"description": "Armaghan Vesal SMS 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/vesal",
	"repository": {
		"type": "git",
		"url": "https://github.com/movahhedi/vesal.git",
		"directory": "/"
	},
	"bugs": "https://github.com/movahhedi/vesal",
	"license": "MIT",
	"keywords": [
		"vesal",
		"vesal-sdk",
		"vesal-js",
		"sms-ir",
		"armaghan-vesal",
		"vesal.armaghan.net",
		"armaghan",
		"sms",
		"messaging",
		"api"
	],
	"type": "module",
	"source": "./src/vesal.ts",
	"main": "./dist/vesal.cjs",
	"module": "./dist/vesal.mjs",
	"types": "./dist/vesal.d.ts",
	"typings": "./dist/vesal.d.ts",
	"umd:main": "./dist/vesal.umd.js",
	"unpkg": "./dist/vesal.umd.js",
	"exports": {
		".": {
			"require": "./dist/vesal.cjs",
			"default": "./dist/vesal.modern.js"
		},
		"./ts": "./src/vesal.ts",
		"./package.json": "./package.json"
	},
	"files": [
		"src",
		"dist"
	],
	"cspell": {
		"version": "0.2",
		"language": [
			"en",
			"fa"
		],
		"words": [
			"Armaghan",
			"likeToLike",
			"mclass",
			"microbundle",
			"referenceids",
			"refrence",
			"Vesal"
		],
		"ignorePaths": [
			"README.fa.md"
		]
	},
	"packageManager": "yarn@4.1.0",
	"scripts": {
		"build": "microbundle build --raw true --generateType -f modern,esm,cjs,umd",
		"dev": "microbundle watch -f modern,esm,cjs,umd"
	},
	"devDependencies": {
		"@typescript-eslint/eslint-plugin": "^6.19.0",
		"@typescript-eslint/parser": "^6.19.0",
		"concurrently": "^8.2.2",
		"eslint": "^8.56.0",
		"eslint-config-prettier": "^9.1.0",
		"eslint-plugin-prettier": "^5.1.3",
		"eslint-plugin-react": "^7.33.2",
		"eslint-plugin-redos": "^4.4.5",
		"microbundle": "^0.15.1",
		"npm-check-updates": "^16.14.12",
		"prettier": "^3.2.4",
		"rimraf": "^5.0.5",
		"typescript": "^5.3.3"
	}
}
