forked from teidesu/inugram
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 964 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 964 Bytes
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
{
"name": "inugram",
"type": "module",
"private": true,
"packageManager": "pnpm@10.33.2+sha512.a90faf6feeab71ad6c6e57f94e0fe1a12f5dcc22cd754db40ae9593eb6a3e0b6b12e3540218bb37ae083404b1f2ce6db2a4121e979829b4aff94b99f49da1cf8",
"scripts": {
"setup": "tsx scripts/setup.ts",
"generate-icons": "tsx scripts/generate-icons.ts",
"export": "tsx scripts/export.ts",
"rebase": "tsx scripts/rebase.ts",
"find-patches": "tsx scripts/find-patches.ts",
"lint-patches": "tsx scripts/lint-patches.ts",
"push-theme": "tsx scripts/push-theme.ts",
"prepare": "husky"
},
"dependencies": {
"@antfu/eslint-config": "^8.1.0",
"@fuman/utils": "^0.0.19",
"@iconify-json/tabler": "^1.2.33",
"@mtcute/node": "^0.29.6",
"eslint": "^10.2.0",
"tinyglobby": "^0.2.16",
"zx": "^8.8.4"
},
"devDependencies": {
"@types/node": "^24.6.1",
"husky": "^9.1.7",
"tsx": "^4.20.6",
"typescript": "^5.9.3"
}
}