41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "prettier-plugin-askama-template",
|
|
"version": "1.0.0",
|
|
"description": "prettier-plugin-jinja-template but with patches to work with Askama.",
|
|
"author": "Alexander Minkin",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://git.fetbuk.ru/WerySkok/prettier-plugin-askama-template.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://git.fetbuk.ru/WerySkok/prettier-plugin-askama-template/issues"
|
|
},
|
|
"homepage": "https://git.fetbuk.ru/WerySkok/prettier-plugin-askama-template#readme",
|
|
"keywords": [
|
|
"prettier",
|
|
"plugin",
|
|
"template",
|
|
"html",
|
|
"askama"
|
|
],
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"watch": "npm run build -- --watch",
|
|
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --verbose",
|
|
"test:watch": "jest --watch --verbose",
|
|
"publish:release": "npm run test && npm run build && npm publish"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-typescript": "^7.22.5",
|
|
"@types/jest": "^29.5.3",
|
|
"jest": "^29.6.2",
|
|
"prettier": "^3.0.1",
|
|
"ts-jest": "^29.1.1",
|
|
"typescript": "^5.1.6"
|
|
},
|
|
"peerDependencies": {
|
|
"prettier": "^3.0.0"
|
|
}
|
|
}
|