prettier-plugin-razor
Version:
32 lines (31 loc) • 686 B
JSON
{
"name": "prettier-plugin-razor",
"version": "1.0.11-alpha.1",
"description": "Prettier Razor Plugin",
"main": "src/index.js",
"scripts": {
"example": "prettier --plugin . example.razor",
"test": "jest"
},
"keywords": [
"prettier",
"razor",
"plugin"
],
"repository": {
"type": "git",
"url": "https://github.com/KristinaPlusPlus/prettier-plugin-razor.git"
},
"author": {
"name": "Kristina Corrado"
},
"license": "UNLICENSED",
"dependencies": {
"prettier": "^1.15.3",
"void-elements": "^3.1.0"
},
"devDependencies": {
"jest": "^24.0.0",
"jest-watch-typeahead": "^0.2.1"
}
}