{
	"name": "@cryptothree/rettiwt-api",
	"version": "5.1.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 .",
		"lint": "eslint --max-warnings 0 --fix .",
		"docs": "typedoc --excludePrivate --excludeProtected --excludeInternal src/index.ts",
		"debug": "nodemon ./dist/index.js --inspect=0.0.0.0:9229"
	},
	"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.13.1"
	},
	"devDependencies": {
		"@types/cookiejar": "2.1.5",
		"@types/node": "22.13.1",
		"@types/user-agents": "^1.0.4",
		"@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.4.0",
		"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",
		"https-proxy-agent": "7.0.6",
		"node-html-parser": "7.0.1",
		"user-agents": "^1.1.519"
	}
}
