-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 762 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "@kutsan/dotfiles",
"version": "0.0.0",
"private": true,
"repository": "github:kutsan/dotfiles",
"license": "GPL-3.0",
"author": "Kutsan Kaplan <me@kutsan.dev> (https://kutsan.dev)",
"type": "module",
"dependencies": {
"@commitlint/cli": "^21.0.2",
"@commitlint/config-conventional": "^21.0.2",
"@kutsan/prettier-config": "^1.3.0",
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
"is-ci": "^4.1.0",
"prettier": "^3.8.4",
"prettier-plugin-packagejson": "^3.0.2",
"typescript": "^6.0.3"
},
"packageManager": "pnpm@11.7.0+sha512.19cc852c120c7125760f2443ee6be0ca5b40f9f50598de1a09a1f177503e010e57c23c77646e01e761de59bf874fb22a3398c33ab9691fc13eb946b6f0f4d620",
"engines": {
"node": ">=26"
}
}