-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.2 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.2 KB
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
39
40
41
42
43
44
45
{
"name": "storona",
"version": "2.0.1",
"description": "Simple opinionated file-based routing for your JavaScript applications",
"homepage": "https://storona.domin.zip",
"repository": {
"type": "git",
"url": "git+https://github.com/dominnya/storona.git"
},
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build",
"test": "turbo run test publish:test",
"lint": "prettier --check .",
"format": "prettier --write .",
"version:switch": "bun run scripts/version/switch.ts",
"version:commit": "bun run scripts/version/commit.ts",
"typecheck": "turbo run typecheck",
"prepare": "husky"
},
"author": "domin-mnd",
"license": "MIT",
"bugs": {
"url": "https://github.com/dominnya/storona/issues"
},
"workspaces": [
"packages/**",
"docs"
],
"devDependencies": {
"@biomejs/biome": "1.9.0",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/types": "^19.5.0",
"@domin-mnd/config": "0.0.3",
"@types/bun": "1.1.14",
"husky": "^9.1.6",
"turbo": "^2.3.3",
"typescript": "5.4.4"
},
"packageManager": "bun@1.1.36",
"trustedDependencies": [
"@biomejs/biome"
]
}