-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 661 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 661 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
{
"name": "brease",
"version": "1.0.0",
"description": "",
"repository": "https://github.com/dotindustries/brease.git",
"main": "index.js",
"scripts": {
"dev": "turbo dev",
"build": "turbo build",
"test": "turbo run test",
"lint": "turbo run lint",
"publish-packages": "turbo run build && changeset version && changeset publish"
},
"namespace": "@brease",
"packageManager": "pnpm@10.14.0",
"engines": {
"node": ">=20.0.0"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@changesets/cli": "^2.27.7",
"prettier": "^2.8.8",
"turbo": "^2.0.6",
"typescript": "^5.1.6"
}
}