-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.3 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.3 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
{
"name": "commandvault",
"version": "0.1.7",
"private": true,
"description": "Universal AI command manager — browse, search, and organize slash commands, skills, agents, plugins, rules, and hooks across all AI coding assistants",
"author": "nothumanslabs",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/sairam0424/CommandVault.git"
},
"homepage": "https://github.com/sairam0424/CommandVault#readme",
"bugs": {
"url": "https://github.com/sairam0424/CommandVault/issues"
},
"engines": {
"node": ">=20.0.0",
"pnpm": ">=9.0.0"
},
"packageManager": "pnpm@9.15.0",
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"test": "turbo run test",
"clean": "turbo run clean",
"typecheck": "turbo run typecheck",
"format": "prettier --write 'packages/*/src/**/*.ts'",
"format:check": "prettier --check 'packages/*/src/**/*.ts'"
},
"pnpm": {
"overrides": {
"fast-uri": ">=3.1.2",
"ws": ">=8.20.1",
"brace-expansion": ">=5.0.6"
}
},
"devDependencies": {
"@commitlint/cli": "^20.5.3",
"@commitlint/config-conventional": "^20.5.3",
"@vitest/coverage-v8": "^3.2.4",
"prettier": "^3.5.0",
"turbo": "^2.9.12",
"typescript": "^5.8.0"
}
}