-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 869 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 869 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
32
{
"name": "@vanya2h/common",
"private": true,
"author": "hi@vanya2h.me",
"type": "module",
"scripts": {
"bootstrap": "corepack pnpm install",
"build": "turbo build",
"changeset": "changeset",
"changeset:publish": "changeset publish",
"changeset:version": "changeset version",
"check-types": "turbo check-types",
"lint": "turbo lint",
"lint:fix": "turbo lint:fix",
"sort-pkg": "sort-package-json \"package.json\" \"packages/*/package.json\"",
"test": "turbo test"
},
"devDependencies": {
"@changesets/cli": "^2.30.0",
"@types/node": "^25.5.0",
"@vanya2h/prettier-config": "workspace:*",
"prettier": "^3.8.1",
"sort-package-json": "^3.6.1",
"turbo": "^2.8.20",
"typescript": "^5.9.3",
"vitest": "^4.1.0"
},
"packageManager": "pnpm@10.32.1",
"engines": {
"node": ">=25"
}
}