prettier-plugin-jinja-template
Version:
Prettier plugin for formatting jinja templates.
48 lines (47 loc) • 1.19 kB
JSON
{
"name": "prettier-plugin-jinja-template",
"version": "2.2.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": "vitest run",
"test:watch": "vitest",
"prepublishOnly": "npm run test && npm run build"
},
"devDependencies": {
"@babel/cli": "^7.28.6",
"@babel/core": "^7.29.0",
"@babel/preset-typescript": "^7.28.5",
"@types/node": "^25.6.0",
"babel-plugin-transform-regex": "^6.1.0",
"prettier": "^3.8.3",
"regex": "^6.1.0",
"typescript": "^6.0.3",
"vitest": "^4.1.5"
},
"peerDependencies": {
"prettier": "^3.0.0"
}
}