-
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) · 819 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 819 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": "@flowbase-co/flowbase-boosters",
"homepage": "https://www.flowbase.co/",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/flowbase-co/flowbase-boosters.git"
},
"author": {
"name": "Flowbase",
"url": "https://www.flowbase.co/"
},
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev --parallel",
"test": "turbo run test",
"version": "changeset version",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"add-changeset": "changeset add",
"version-packages": "changeset version",
"release": "changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"prettier": "latest",
"turbo": "latest"
},
"engines": {
"node": ">=16.0.0"
},
"packageManager": "pnpm@9.12.2"
}