{
	"author": "UMAIR SHABBIR",
	"devDependencies": {
		"@types/node": "^22.13.1",
		"nodemon": "^3.1.9",
		"ts-node": "^10.9.2",
		"typescript": "^5.7.3"
	},
	"files": [
		"./dist",
		"./LICENSE",
		"./package.json",
		"./README.md"
	],
	"description": "Free Google Translator API for Node.js",
	"homepage": "https://umairshabbir-83.github.io/google-translator",
	"keywords": [
		"API",
		"Free Translation",
		"Free",
		"Google Translator",
		"Google",
		"Translation",
		"Translator",
		"TypeScript"
	],
	"license": "MIT",
	"main": "./dist/src/index.js",
	"name": "google-translator-ts",
	"scripts": {
		"build": "tsc",
		"clean": "ts-node ./scripts/clean.ts",
		"dev": "nodemon",
		"prepublishOnly": "npm run clean && npm run build",
		"start": "npm run clean && npm run build && node ./dist/src/index.js",
		"test": "npm run clean && npm run build && npm link"
	},
	"type": "commonjs",
	"types": "./dist/types/index.d.ts",
	"version": "1.0.0"
}
