forked from binary-person/rammerhead
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 1.11 KB
/
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
29
30
31
32
33
34
35
36
37
38
{
"name": "rammerhead-packages",
"version": "1.0.0",
"description": "Monorepo for easy setup of Rammerhead",
"contributors": [
"MotorTruck1221 (https://github.com/motortruck1221)",
"Simon Cheng <[email protected]> (https://github.com/binary-person)"
],
"scripts": {
"preinstall": "npx -y only-allow pnpm",
"version": "changeset version",
"build": "turbo build",
"format:code": "biome format . --write",
"format:imports": "biome check . --write",
"format": "pnpm run format:code && pnpm run format:imports"
},
"keywords": [
"monorepo",
"javascript",
"typescript",
"cli",
"rammerhead",
"proxy",
"backend"
],
"license": "MIT",
"packageManager": "[email protected]",
"dependencies": {
"@rubynetwork/rh": "workspace:*",
"@rubynetwork/rammerhead": "workspace:*",
"@rubynetwork/rammerhead-browser": "workspace:*"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@changesets/cli": "^2.27.7",
"turbo": "^2.0.12"
}
}