{
	"name": "prettier-plugin-jinja-template",
	"version": "2.1.0",
	"description": "Prettier plugin for formatting jinja templates.",
	"author": "David Odenwald",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/davidodenwald/prettier-plugin-jinja-template.git"
	},
	"bugs": {
		"url": "https://github.com/davidodenwald/prettier-plugin-jinja-template/issues"
	},
	"homepage": "https://github.com/davidodenwald/prettier-plugin-jinja-template#readme",
	"keywords": [
		"prettier",
		"plugin",
		"template",
		"html",
		"jinja",
		"jinja2",
		"flask"
	],
	"main": "lib/index.js",
	"scripts": {
		"build": "tsc",
		"build:regex": "babel src/regex_editable.ts -o src/regex.ts",
		"watch": "npm run build -- --watch",
		"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --verbose",
		"test:watch": "node --experimental-vm-modules node_modules/jest/bin/jest.js --watch --verbose",
		"prepublishOnly": "npm run test && npm run build"
	},
	"devDependencies": {
		"@babel/cli": "^7.27.0",
		"@babel/core": "^7.26.10",
		"@babel/preset-typescript": "^7.27.0",
		"@types/jest": "^29.5.14",
		"babel-plugin-transform-regex": "^6.0.1",
		"jest": "^29.7.0",
		"prettier": "^3.5.3",
		"regex": "^6.0.1",
		"ts-jest": "^29.3.2",
		"typescript": "^5.8.3"
	},
	"peerDependencies": {
		"prettier": "^3.0.0"
	}
}
