-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
28 lines (28 loc) · 854 Bytes
/
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
{
"name": "@pgkit/monorepo",
"version": "0.0.0",
"packageManager": "[email protected]",
"scripts": {
"npmono": "cd tools/npmono && pnpm dogfood",
"build": "turbo build",
"test": "pnpm --recursive --workspace-concurrency 1 test"
},
"devDependencies": {
"@listr2/prompt-adapter-enquirer": "^2.0.2",
"@parcel/transformer-typescript-types": "2.11.0",
"@rebundled/execa": "8.0.2-next.0",
"@types/node": "^20.11.21",
"@types/semver": "^7.5.8",
"assert": "^2.0.0",
"enquirer": "^2.4.1",
"listr2": "^8.0.2",
"process": "^0.11.10",
"semver": "^7.6.0",
"sort-package-json": "^2.8.0",
"tsx": "^4.19.0",
"turbo": "^2.1.2",
"type-fest": "^4.10.3",
"typescript": "^5.6.2",
"util": "^0.12.3"
}
}