39 lines
847 B
JSON
39 lines
847 B
JSON
{
|
|
"name": "@dbis-thirdweb/x402",
|
|
"version": "0.1.0",
|
|
"description": "x402 payment primitives and pay-to-access flows for Chain 138",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "tsup src/index.ts --format cjs,esm --dts",
|
|
"lint": "eslint src",
|
|
"test": "echo \"No tests yet\""
|
|
},
|
|
"keywords": [
|
|
"thirdweb",
|
|
"x402",
|
|
"payment",
|
|
"chain-138"
|
|
],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@dbis-thirdweb/chain": "workspace:*",
|
|
"@thirdweb-dev/sdk": "^4.0.0",
|
|
"ethers": "^5.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.0.0",
|
|
"tsup": "^8.0.0",
|
|
"typescript": "^5.0.0"
|
|
}
|
|
}
|