{
	"name": "osint-email",
	"version": "1.0.4",
	"repository": "https://github.com/christophe77/osint-email",
	"author": "christophe bellec <chrisb@gmx.fr>",
	"engines": {
		"node": "12.x || 14.x || >= 16"
	},
	"keywords": [
		"osint",
		"email",
		"haveibeenpowned",
		"pastebin",
		"google",
		"dork"
	],
	"main": "./dist/cjs/index.js",
	"module": "./dist/esm/index.js",
	"types": "./dist/esm/index.d.ts",
	"scripts": {
		"start": "yarn build && node ./dist/cjs/index.js",
		"build": "yarn build:esm && yarn build:cjs",
		"build:esm": "tsc",
		"build:cjs": "tsc --module commonjs --outDir dist/cjs",
		"test": "yarn build && node ./test.js",
		"prepublish": "yarn build",
		"lint": "eslint . --ext .ts"
	},
	"license": "MIT",
	"devDependencies": {
		"@types/node": "^17.0.23",
		"eslint": "^8.12.0",
		"nodemon": "^3.1.0",
		"ts-node": "^10.7.0",
		"typescript": "^4.6.3"
	},
	"dependencies": {
		"axios": "^0.27.2",
		"puppeteer": "^14.1.1"
	}
}
