{
	"name": "node-sintegra",
	"version": "0.5.5",
	"description": "Biblioteca para fazer consulta do Sintegra por CNPJ e Estado",
	"main": "./build/index.js",
	"types": "./build/index.d.ts",
	"files": [
		"build/**/*"
	],
	"scripts": {
		"start": "ts-node-dev --respawn --no-notify --pretty --watch src/ --ignore-watch node_modules src/index.ts",
		"test": "jest --clearCache && jest --colors",
		"build": "rimraf ./build && tsc -b ./tsconfig.build.json",
		"increase:version": "npm version patch --no-git-tag-version && git add package*"
	},
	"keywords": [
		"Sintegra",
		"Scrapping"
	],
	"author": "Douglas Galdino",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "https://github.com/dougg0k/node-sintegra"
	},
	"dependencies": {
		"cpf-cnpj-validator": "^1.0.2",
		"gm": "^1.23.1",
		"jimp": "^0.14.0",
		"node-fetch": "^2.6.0",
		"puppeteer": "^5.2.1",
		"puppeteer-extra": "^3.1.12",
		"puppeteer-extra-plugin-stealth": "^2.4.13",
		"replace-color": "^2.3.0",
		"tesseract.js": "^2.1.1"
	},
	"devDependencies": {
		"@types/gm": "^1.18.9",
		"@types/jest": "^26.0.5",
		"@types/node": "^14.0.24",
		"@types/node-fetch": "^2.5.7",
		"@types/puppeteer": "^3.0.1",
		"@typescript-eslint/eslint-plugin": "^3.7.0",
		"@typescript-eslint/parser": "^3.7.0",
		"eslint": "^7.5.0",
		"eslint-config-prettier": "^6.11.0",
		"eslint-plugin-jest": "^23.18.0",
		"eslint-plugin-prettier": "^3.1.4",
		"ghooks": "^2.0.4",
		"jest": "^26.1.0",
		"lint-staged": "^10.2.11",
		"prettier": "^2.0.5",
		"rimraf": "^3.0.2",
		"ts-jest": "^26.1.3",
		"ts-node-dev": "^1.0.0-pre.52",
		"typescript": "^3.9.7"
	},
	"config": {
		"ghooks": {
			"pre-commit": "lint-staged"
		}
	},
	"lint-staged": {
		"*.ts": [
			"eslint --fix"
		]
	}
}
