a402
Version:
Decentralized Infrastructure to buy and sell any internet native resources on Aptos
58 lines (57 loc) • 1.26 kB
JSON
{
"name": "a402",
"version": "1.1.1",
"description": "Decentralized Infrastructure to buy and sell any internet native resources on Aptos",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"lint": "eslint src --ext .ts",
"test": "jest",
"prepublishOnly": "npm run build",
"type-check": "tsc --noEmit"
},
"keywords": [
"a402",
"http-402",
"payment-required",
"aptos",
"blockchain",
"micropayments",
"api-monetization",
"web-monetization"
],
"author": "Gabriel Antony Xaviour",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/gabrielantonyxaviour/a402"
},
"bugs": {
"url": "https://github.com/gabrielantonyxaviour/a402/issues"
},
"homepage": "https://a402.vercel.app",
"dependencies": {
"@aptos-labs/ts-sdk": "^1.18.0",
"@types/dotenv": "^6.1.1",
"bs58": "^5.0.0"
},
"devDependencies": {
"@types/node": "^20.10.0",
"tsup": "^8.5.0",
"typescript": "^5.3.0"
},
"engines": {
"node": ">=16.0.0"
},
"publishConfig": {
"access": "public"
}
}