init
This commit is contained in:
commit
29231b0638
13 changed files with 165 additions and 0 deletions
35
package.json
Normal file
35
package.json
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"name": "@gcch/modele-projet-typescript",
|
||||
"version": "0.0.1",
|
||||
"type": "module",
|
||||
"description": "Modèle pour un projet TypeScript.",
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"module": "./dist/index.js",
|
||||
"exports": {
|
||||
".": "./dist/index.js",
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@arethetypeswrong/core": "^0.18.2",
|
||||
"@gcch/configuration-dprint": "^0.0.1",
|
||||
"@gcch/configuration-eslint": "^0.0.4",
|
||||
"@gcch/configuration-prettier": "^0.0.7",
|
||||
"eslint": "^9.36.0",
|
||||
"knip": "^5.64.1",
|
||||
"prettier": "^4.0.0-alpha.12",
|
||||
"prettier-plugin-curly": "^0.3.2",
|
||||
"prettier-plugin-jsdoc": "^1.3.3",
|
||||
"prettier-plugin-sh": "^0.18.0",
|
||||
"publint": "^0.3.13",
|
||||
"tsdown": "^0.15.6",
|
||||
"typescript": "^6.0.0-dev.20251001"
|
||||
},
|
||||
"trustedDependencies": [
|
||||
"oxc-resolver"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue