-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.39 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.39 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
46
47
48
49
50
{
"author": "Vedant Chainani <vedant@namespace.ninja>",
"bugs": {
"url": "https://github.com/thenamespace/namera/issues"
},
"description": "",
"devDependencies": {
"@biomejs/biome": "2.4.8",
"@changesets/changelog-github": "^0.6.0",
"@changesets/cli": "^2.30.0",
"@commitlint/cli": "^20.5.0",
"@commitlint/config-conventional": "^20.5.0",
"@effect/language-service": "^0.84.3",
"@namera-ai/config": "workspace:*",
"lefthook": "^2.1.4",
"turbo": "^2.8.18",
"typescript": "^5.9.3"
},
"engines": {
"node": ">=18"
},
"homepage": "https://github.com/thenamespace/namera#readme",
"keywords": [],
"license": "Apache-2.0",
"name": "namera",
"packageManager": "pnpm@10.15.0",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/thenamespace/namera.git"
},
"scripts": {
"build": "turbo build",
"changeset": "changeset",
"ci:publish": "turbo run build --filter=@namera-ai/sdk --filter=@namera-ai/cli && changeset publish",
"ci:version": "changeset version",
"commitlint": "commitlint --edit",
"dev": "turbo dev",
"format": "biome format --write",
"format:check": "biome format",
"lint": "biome check --write",
"lint:check": "biome check",
"prepare": "test -d .git && lefthook install || true"
},
"version": "0.0.0",
"workspaces": [
"apps/*",
"packages/*"
]
}