0.0.6
This commit is contained in:
parent
5dd4c86018
commit
360d7e45e6
11 changed files with 521 additions and 13 deletions
24
package.json
24
package.json
|
|
@ -1,8 +1,17 @@
|
|||
{
|
||||
"name": "@gcch/configuration-prettier",
|
||||
"version": "1.0.5",
|
||||
"version": "1.0.6",
|
||||
"type": "module",
|
||||
"exports": "./index.js",
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"module": "./dist/index.js",
|
||||
"exports": {
|
||||
".": "./dist/index.js",
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"peerDependencies": {
|
||||
"prettier": "^4.0.0-alpha.12"
|
||||
},
|
||||
|
|
@ -13,5 +22,14 @@
|
|||
"prettier-plugin-jsdoc": "^1.3.3",
|
||||
"prettier-plugin-pkg": "^0.21.2",
|
||||
"prettier-plugin-sh": "^0.18.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@arethetypeswrong/core": "^0.18.2",
|
||||
"@gcch/configuration-eslint": "^0.0.1",
|
||||
"eslint": "^9.36.0",
|
||||
"publint": "^0.3.13",
|
||||
"tsdown": "^0.15.4",
|
||||
"typescript": "^5.9.2",
|
||||
"unplugin-unused": "^0.5.3"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue