{
	"name": "rettiwt-api",
	"version": "7.0.0",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"description": "An API for fetching data from TwitterAPI, without any rate limits!",
	"bin": {
		"rettiwt": "dist/cli.js"
	},
	"scripts": {
		"build": "tsc",
		"prepare": "tsc",
		"format": "prettier --write .",
		"format:check": "prettier --check .",
		"lint": "eslint --max-warnings 0 --fix .",
		"lint:check": "eslint --max-warnings 0 .",
		"docs": "typedoc --excludePrivate --excludeProtected --excludeInternal src/index.ts"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/Rishikant181/twitter-api.git"
	},
	"author": {
		"email": "rishikantsahu181@gmail.com",
		"name": "Rishikant Sahu"
	},
	"license": "ISC",
	"bugs": {
		"url": "https://github.com/Rishikant181/Rettiwt-API/issues"
	},
	"homepage": "https://rishikant181.github.io/Rettiwt-API/",
	"engines": {
		"node": "^22.21.0"
	},
	"devDependencies": {
		"@types/cookiejar": "^2.1.5",
		"@types/jsdom": "^27.0.0",
		"@types/node": "^22.13.1",
		"@typescript-eslint/eslint-plugin": "^8.24.0",
		"@typescript-eslint/parser": "^8.24.0",
		"eslint": "^9.20.1",
		"eslint-plugin-import": "^2.31.0",
		"eslint-plugin-tsdoc": "^0.5.2",
		"nodemon": "^3.1.9",
		"prettier": "^3.5.1",
		"typedoc": "^0.27.7",
		"typescript": "^5.7.3"
	},
	"dependencies": {
		"axios": "^1.8.4",
		"chalk": "^5.4.1",
		"commander": "^11.1.0",
		"cookiejar": "^2.1.4",
		"http-proxy-agent": "^7.0.2",
		"https-proxy-agent": "^7.0.6",
		"linkedom": "^0.18.12",
		"node-html-parser": "^7.0.1",
		"socks-proxy-agent": "^8.0.5",
		"x-client-transaction-id": "^0.2.0"
	}
}
