-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 834 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 834 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
30
31
32
33
34
35
36
37
38
39
40
{
"name": "@bitrefill/cli",
"version": "0.1.1",
"description": "Bitrefill - browse, buy, and manage gift cards, mobile top-ups, and eSIMs",
"type": "module",
"bin": {
"bitrefill": "dist/index.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsx src/index.ts",
"format": "prettier --check ./src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitrefill/cli.git"
},
"files": [
"dist"
],
"packageManager": "pnpm@10.27.0",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.27.1",
"commander": "^14.0.3"
},
"devDependencies": {
"@types/node": "^25.3.0",
"prettier": "^3.8.1",
"tsx": "^4.21.0",
"typescript": "^5.8.3"
},
"keywords": [
"mcp",
"cli",
"bitrefill",
"agents",
"ai"
]
}