-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.18 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "sleepymaid",
"version": "0.0.0",
"repository": "https://github.com/sleepymaidbot/sleepymaid.git",
"author": "Ecorte",
"license": "MIT",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "pnpm turbo run build",
"check": "pnpm turbo run check",
"test": "pnpm turbo run test --parallel",
"lint": "pnpm eslint --fix --ext ts,tsx",
"format": "pnpm prettier --write .",
"prepare": "pnpm husky"
},
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/config-angular": "^19.6.0",
"@favware/cliff-jumper": "^5.0.0",
"@favware/npm-deprecate": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"eslint": "^8.57.1",
"eslint-config-neon": "^0.2.3",
"eslint-config-next": "^15.0.3",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-drizzle": "^0.2.3",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-typescript-sort-keys": "^3.3.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"prettier": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"rimraf": "^6.0.1",
"tsup": "^8.3.5",
"turbo": "^2.0.11",
"typescript": "^5.7.2"
}
}