-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 820 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 820 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
{
"name": "@urlspec/monorepo",
"version": "0.1.0",
"private": true,
"description": "A type-safe, declarative language for defining and documenting URL structures in web applications",
"repository": {
"type": "git",
"url": "https://github.com/daangn/urlspec.git"
},
"license": "MIT",
"author": "Danggeun Market Inc.",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "ultra -r build",
"format": "biome check --fix --unsafe",
"changeset:publish": "changeset publish",
"changeset:version": "changeset version && yarn install --mode update-lockfile"
},
"devDependencies": {
"@biomejs/biome": "^2.3.11",
"@changesets/cli": "^2.29.8",
"@types/node": "24",
"typescript": "^5.9.3",
"ultra-runner": "^3.10.5"
},
"packageManager": "yarn@4.12.0"
}