-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 743 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 743 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
{
"name": "envra-monorepo",
"private": true,
"packageManager": "pnpm@9.15.0",
"repository": {
"type": "git",
"url": "https://github.com/hasansmadix/envra.git"
},
"homepage": "https://github.com/hasansmadix/envra#readme",
"bugs": {
"url": "https://github.com/hasansmadix/envra/issues"
},
"scripts": {
"build": "turbo run build --filter=\"./packages/*\"",
"test": "turbo run test --filter=\"./packages/*\"",
"lint": "turbo run lint --filter=\"./packages/*\"",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "pnpm build && changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.27.10",
"turbo": "^2.3.3",
"typescript": "~5.7.2"
}
}