prettier-plugin-askama-temp.../package.json
2023-05-14 12:16:14 +02:00

43 lines
1 KiB
JSON

{
"name": "prettier-plugin-jinja-template",
"version": "0.4.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",
"watch": "npm run build -- --watch",
"test": "jest --verbose",
"test:watch": "jest --watch --verbose",
"publish:release": "npm run test && npm run build && npm publish"
},
"devDependencies": {
"@babel/preset-typescript": "^7.21.5",
"@types/jest": "^29.5.1",
"jest": "^29.5.0",
"prettier": "^2.8.8",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
},
"peerDependencies": {
"prettier": "^2.0.0"
}
}