Files
notify/package.json
Alix von Schirp 39e222fa55
Some checks failed
/ check (20) (push) Failing after 3m33s
/ check (22) (push) Failing after 5s
wip: template
Template will likely not be worked on for now

Signed-off-by: Alix von Schirp <github@avonschirp.bootmedia.de>
2025-12-21 23:31:46 +01:00

36 lines
752 B
JSON

{
"name": "@repo/root",
"description": "",
"version": "0.0.0",
"author": {
"email": "hi@b00tload.space",
"name": "Alix von Schirp",
"url": "https://b00tload.space"
},
"devDependencies": {
"@repo/configs": "workspace:",
"@turbo/gen": "^2.5.6",
"eslint": "^9.22.0",
"finepack": "^2.12.7",
"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"
},
"lint-staged": {
"package.json": "finepack",
"*.{js,ts,jsx,tsx}": "eslint --fix .",
"*.{js,ts,jsx,tsx,json,css,md}": "prettier --write"
}
}