prettier-plugin-curly-and-jsdoc
Version:
Make prettier-plugin-curly and prttier-plugin-jsdoc work together.
42 lines • 1 kB
JSON
{
"name": "prettier-plugin-curly-and-jsdoc",
"version": "3.4.0",
"author": "Ray <i@mk1.io> (https://github.com/so1ve)",
"contributors": [
"Ray <i@mk1.io> (https://github.com/so1ve)"
],
"type": "module",
"description": "Make prettier-plugin-curly and prttier-plugin-jsdoc work together.",
"keywords": [
"curly",
"jsdoc",
"prettier",
"prettier-plugin",
"prettierplugin"
],
"homepage": "https://github.com/so1ve/codestyle-config#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/so1ve/codestyle-config.git"
},
"bugs": {
"url": "https://github.com/so1ve/codestyle-config/issues"
},
"license": "MIT",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"devDependencies": {
"prettier-plugin-curly": "0.2.1",
"prettier-plugin-jsdoc": "^1.3.2"
},
"peerDependencies": {
"prettier": "^3.0.0"
},
"scripts": {
"build": "tsdown",
"watch": "tsdown --watch"
}
}