ai-payments
Version:
A TypeScript library for AI payments functionality
48 lines (47 loc) • 1.02 kB
JSON
{
"name": "ai-payments",
"version": "0.5.1",
"description": "A TypeScript library for AI payments functionality",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"prepare": "yarn build",
"test": "echo \"Error: no test specified\" && exit 1",
"test:run": "tsx test.ts"
},
"keywords": [
"ai",
"payments",
"typescript"
],
"author": "",
"license": "MIT",
"devDependencies": {
"@types/node": "^22.15.30",
"@types/node-fetch": "^2.6.12",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
"files": [
"dist/**/*"
],
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.3",
"axios": "^1.9.0",
"dotenv": "^16.5.0",
"node-fetch": "^3.3.2",
"viem": "^2.31.3",
"x402-axios": "^0.4.1",
"zod": "^3.25.64"
}
}