{
	"name": "last-parse",
	"version": "0.0.2",
	"description": "A npm package for handeling your linguistic error and suggest/performs correction. Currently Supporting HTML, EJS, MD and txt files",
	"main": "./dist/index.js",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/CertificationSurya/last-parser.git"
	},
	"homepage": "https://github.com/CertificationSurya/last-parser.git",
	"scripts": {
		"compile": "tsc",
		"start": "ts-node src/index.ts",
		"test": "jest",
		"build": "tsup"
	},
	"keywords": [
		"parser",
		"last-parser",
		"html-autocorrect",
		"text",
		"grammar-autocorrect",
		"final-parse"
	],
	"author": "CertificationSurya",
	"license": "MIT",
	"devDependencies": {
		"@types/jest": "^29.5.12",
		"@types/node": "^20.11.28",
		"jest": "^29.7.0",
		"ts-jest": "^29.1.2",
		"ts-node": "^10.9.2",
		"typescript": "^5.4.2",
		"tsup": "^8.0.2"
	},
	"dependencies": {
		"@inquirer/confirm": "^3.1.2",
		"cli-beautifier": "^1.0.4"
	},
	"files": [
		"/dist/*"
	],
	"bin": {
		"last-parse": "./dist/index.js"
	}
}
