Files
notify/package.json

35 lines
723 B
JSON

{
"name": "@repo/root",
"description": "",
"files": [],
"private": true,
"license": "MIT",
"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",
"turbo": "^2.5.6"
},
"scripts": {
"prepare": "husky"
},
"husky": {
"shell": "bash"
},
"lint-staged": {
"package.json": "finepack",
"*.{js,ts,jsx,tsx}": "eslint --fix .",
"*.{js,ts,jsx,tsx,json,css,md}": "prettier --write"
},
"version": "0.0.0"
}