-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 929 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
29
30
31
32
33
34
35
36
37
38
{
"name": "dreamland-stuff",
"version": "1.0.0",
"description": "Monorepo for all of my dreamland packages",
"keywords": [
"dreamland",
"monorepo",
"dreamlandjs",
"dreamland-js",
"vite",
"javascript",
"typescript",
"vite-plugin",
"vite-plugin-dreamland",
"create-dreamland-app",
"create-dreamland",
"cli"
],
"author": "MotorTruck1221",
"license": "MIT",
"scripts": {
"format": "pnpm run format:code && pnpm run format:imports",
"format:code": "biome format ./ --write",
"format:imports": "biome check --apply .",
"build": "turbo build",
"version": "changeset version",
"preinstall": "npx -y only-allow pnpm"
},
"dependencies": {
"create-dreamland-app": "workspace:*",
"vite-plugin-dreamland": "workspace:*"
},
"devDependencies": {
"@changesets/cli": "^2.27.2",
"@biomejs/biome": "1.7.3",
"turbo": "^1.13.3"
}
}