first commit
This commit is contained in:
56
packages/x402/package.json
Normal file
56
packages/x402/package.json
Normal file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"name": "@emdashcms/x402",
|
||||
"version": "0.0.0",
|
||||
"description": "x402 payment protocol integration for Astro sites",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/cloudflare/emdash.git",
|
||||
"directory": "packages/x402"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
"src",
|
||||
"locals.d.ts"
|
||||
],
|
||||
"type": "module",
|
||||
"main": "dist/index.mjs",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.mts",
|
||||
"default": "./dist/index.mjs"
|
||||
},
|
||||
"./middleware": {
|
||||
"types": "./dist/middleware.d.mts",
|
||||
"default": "./dist/middleware.mjs"
|
||||
},
|
||||
"./locals": {
|
||||
"types": "./locals.d.ts"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsdown",
|
||||
"dev": "tsdown --watch",
|
||||
"check": "publint && attw --pack --ignore-rules=cjs-resolves-to-esm --ignore-rules=no-resolution",
|
||||
"test": "vitest",
|
||||
"typecheck": "tsgo --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@x402/core": "^2.8.0",
|
||||
"@x402/evm": "^2.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@arethetypeswrong/cli": "catalog:",
|
||||
"astro": "catalog:",
|
||||
"publint": "catalog:",
|
||||
"tsdown": "catalog:",
|
||||
"typescript": "catalog:",
|
||||
"vitest": "catalog:"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"astro": ">=6.0.0-beta.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@x402/svm": "^2.8.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user