prettier-plugin-jsp
Version:
Format JSP using Prettier
30 lines (29 loc) • 650 B
JSON
{
"name": "prettier-plugin-jsp",
"description": "Format JSP using Prettier",
"version": "1.0.13",
"main": "plugin.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/IlanFrumer/prettier-plugin-jsp"
},
"keywords": [
"prettier",
"jsp"
],
"author": "Ilan Frumer <ilanfrumer@gmail.com>",
"homepage": "https://github.com/IlanFrumer/prettier-plugin-jsp",
"peerDependencies": {
"prettier": "^2.7.1"
},
"devDependencies": {
"@types/jest": "^29.0.3",
"jest": "^29.0.3",
"prettier": "^2.7.1"
},
"scripts": {
"test": "jest",
"test:watch": "jest --watch"
}
}