This commit is contained in:
gcch 2025-09-28 11:01:58 +02:00
commit 32cf1563f7
13 changed files with 651 additions and 0 deletions

28
package.json Normal file
View file

@ -0,0 +1,28 @@
{
"name": "@gcch/configuration-dprint",
"version": "0.0.1",
"type": "module",
"description": "Configuration dprint partageable pour gcch.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
"exports": {
".": "./dist/index.js",
"./dprint.json": "./dprint.json",
"./package.json": "./package.json"
},
"files": [
"dist",
"dprint.json"
],
"devDependencies": {
"@arethetypeswrong/core": "^0.18.2",
"@gcch/configuration-prettier": "^0.0.6",
"@types/node": "^24.5.2",
"prettier": "^4.0.0-alpha.12",
"publint": "^0.3.13",
"tsdown": "^0.15.5",
"typescript": "^6.0.0-dev.20250928",
"unplugin-unused": "^0.5.3"
}
}