-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 1.92 KB
/
Copy pathpackage.json
File metadata and controls
85 lines (85 loc) · 1.92 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "@victor-software-house/exa-cli",
"version": "0.0.3",
"description": "Agent-friendly CLI for the Exa API with a local SQLite request cache.",
"license": "MIT",
"author": {
"name": "Victor Araújo",
"email": "victor@victor-software-house.com"
},
"type": "module",
"bin": {
"exa": "./bin/exa.mjs"
},
"files": [
"bin",
"skills",
"README.md",
"CHANGELOG.md",
"LICENSE"
],
"engines": {
"node": ">=20"
},
"packageManager": "bun@1.4.0",
"devEngines": {
"runtime": {
"name": "node",
"version": ">=26"
},
"packageManager": {
"name": "bun",
"version": ">=1.4.0 <2.0.0"
}
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "git+https://github.com/victor-software-house/exa-cli.git"
},
"homepage": "https://github.com/victor-software-house/exa-cli#readme",
"bugs": {
"url": "https://github.com/victor-software-house/exa-cli/issues"
},
"keywords": [
"exa",
"cli",
"search",
"optique"
],
"dependencies": {
"@hey-api/client-fetch": "0.13.1",
"@napi-rs/keyring": "1.3.0",
"@optique/core": "1.2.4",
"@optique/env": "1.2.4",
"@optique/run": "1.2.4",
"@optique/zod": "1.2.4",
"picocolors": "1.1.1",
"ts-pattern": "5.9.0",
"zod": "4.5.2"
},
"devDependencies": {
"@biomejs/biome": "2.5.10",
"@changesets/cli": "2.31.1",
"@changesets/get-github-info": "0.8.0",
"@changesets/types": "6.1.0",
"@commitlint/cli": "21.2.2",
"@commitlint/config-conventional": "21.2.2",
"@hey-api/openapi-ts": "0.0.0-next-20260824173136",
"@limegrass/eslint-plugin-import-alias": "1.6.1",
"@oxlint/plugins": "1.80.0",
"@types/bun": "1.4.0",
"@types/node": "26.4.0",
"@victor-software-house/anti-slop": "0.0.1",
"bun-release": "0.0.3",
"eslint-plugin-zod": "4.10.0",
"liquidjs": "10.27.2",
"oxlint": "1.80.0",
"oxlint-tsgolint": "7.0.2001",
"tsdown": "0.22.14",
"typescript": "7.0.2"
}
}