wip: template
Template will likely not be worked on for now Signed-off-by: Alix von Schirp <github@avonschirp.bootmedia.de>
This commit is contained in:
11
package.json
11
package.json
@@ -1,9 +1,7 @@
|
||||
{
|
||||
"name": "@repo/root",
|
||||
"description": "",
|
||||
"files": [],
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"version": "0.0.0",
|
||||
"author": {
|
||||
"email": "hi@b00tload.space",
|
||||
"name": "Alix von Schirp",
|
||||
@@ -17,11 +15,15 @@
|
||||
"husky": "^9.1.7",
|
||||
"lint-staged": "^15.4.3",
|
||||
"prettier": "3.5.3",
|
||||
"simple-git": "^3.30.0",
|
||||
"turbo": "^2.5.6"
|
||||
},
|
||||
"files": [],
|
||||
"scripts": {
|
||||
"prepare": "husky"
|
||||
},
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"husky": {
|
||||
"shell": "bash"
|
||||
},
|
||||
@@ -29,6 +31,5 @@
|
||||
"package.json": "finepack",
|
||||
"*.{js,ts,jsx,tsx}": "eslint --fix .",
|
||||
"*.{js,ts,jsx,tsx,json,css,md}": "prettier --write"
|
||||
},
|
||||
"version": "0.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user