{"_id":"@anypay/server","_rev":"2-6d18ed2e3da208ada1b31bcfa2093e81","name":"@anypay/server","dist-tags":{"latest":"1.8.4"},"versions":{"1.8.2":{"name":"@anypay/server","version":"1.8.2","description":"Peer to Peer Payments APIs for Developers","public":true,"main":"main.ts","engines":{"node":">=14.0"},"repository":{"type":"git","url":"git+https://github.com/anypay/anypay.git"},"bin":{"anypay":"bin/anypay.ts"},"scripts":{"anypay":"./bin/anypay.ts","build":"tsc","commit":"npx cz","console":"ts-node --experimental-repl-await","db:migrate":"node_modules/sequelize-cli/lib/sequelize db:migrate --url=$DATABASE_URL","db:seed:prices":"NODE_ENV=test ts-node test/seed_prices.ts","dev":"./node_modules/nodemon/bin/nodemon.js --watch 'servers/**/*.ts' --exec 'ts-node' main.ts","runtest":"NODE_ENV=test mocha --require=ts-node/register $TEST --timeout=20000 --exit","start":"ts-node main.ts","test":"NODE_ENV=test mocha --require=ts-node/register --timeout=20000 test/integration/*.ts test/models/*_test.ts test/lib/*_test.ts --exit","test:models":"NODE_ENV=test mocha --require=ts-node/register --timeout=20000 test/models/*_test.ts --exit","test:lib":"NODE_ENV=test mocha --require=ts-node/register --timeout=20000 test/lib/*_test.ts --exit","test:plugigns":"NODE_ENV=test mocha --require=ts-node/register --timeout=20000 test/plugins/*_test.ts --exit","test:integration":"NODE_ENV=test mocha --require=ts-node/register --timeout=20000 test/integration/*_test.ts --exit","cover":"npm run cover:unit && npm run cover:integration && npm run cover:report","cover:unit":"nyc --silent npm run test:unit","cover:integration":"nyc --silent --no-clean npm run test:integration","cover:report":"nyc report --reporter=lcov --reporter=text","typedoc":"npx typedoc -out typedoc","docs-asyncapi":"npx @asyncapi/generator spec/asyncapi.yml @asyncapi/html-template -o documentation/asyncapi"},"keywords":[],"author":{"name":"Anypay"},"license":"ISC","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"nyc":{"check-coverage":false,"all":true,"include":["lib/**.ts","lib/**/*.ts","plugins/**/*.ts","apps/**/*.ts","server/**/*.ts"],"exclude":["bin/**.ts","actors/**.ts"],"reporter":"lcov","report-dir":"./coverage"},"release":{"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator","@semantic-release/changelog","@semantic-release/npm","@semantic-release/git"]},"dependencies":{"@anypay/client":"^0.8.0","@anypay/simple-wallet":"^0.6.6","@anypay/walletbot":"^0.9.1","@aws-sdk/client-s3":"^3.540.0","@aws-sdk/client-ses":"^3.540.0","@dashevo/dashcore-lib":"^0.17.9","@hapi/basic":"^7.0.0","@hapi/boom":"^9.1.4","@hapi/hapi":"^21.3.6","@hapi/inert":"^6.0.5","@hapi/vision":"^6.1.0","@prisma/client":"^5.6.0","@promster/hapi":"^12.0.0","@types/axios":"^0.14.0","@types/bcryptjs":"^2.4.6","@types/jsonwebtoken":"^8.5.9","@types/nconf":"^0.10.6","@types/socket.io":"^3.0.2","@types/ws":"^8.5.4","amqplib":"^0.10.3","anypay":"^0.7.0","anypay-simple-wallet":"^0.0.2","anypay-wallet-address-validator":"^0.2.6","api":"^5.0.8","asn1.js-rfc5280":"^3.0.0","aws-sdk":"^2.1574.0","axios":"^1.3.2","base58-monero":"^0.0.5","bchaddrjs":"^0.4.3","bcryptjs":"^2.4.3","bignumber.js":"^8.0.2","bip39":"^3.1.0","bip70-payment-protocol":"^1.8.0","bitcoinjs-lib":"^6.1.0","bitcore-doge-lib":"^8.25.8","bitcore-lib":"^0.16.0","bitcore-lib-cash":"^0.19.0","bluebird":"^3.5.0","boom":"^7.1.1","boostpow-button":"^0.1.0","bsv":"^1.5.6","chance":"^1.0.10","commander":"^10.0.0","crypto-js":"^4.0.0","csv-writer":"^1.2.0","dotenv":"^8.1.0","email-validator":"^2.0.4","ethers":"^5.7.2","fcm-node":"^1.5.2","filepay":"^2.2.12","geoip-lite":"^1.4.2","handlebars":"^4.1.0","hapi-auth-bearer-token":"^8.0.0","hapi-boom-decorators":"^4.1.2","hapi-k8s-health":"^1.1.1","hapi-sentry":"^4.0.0","hapi-swagger":"^17.2.1","hex2dec":"^1.1.2","joi":"^17.6.0","jsonwebtoken":"^8.5.1","kraken-api":"^1.0.1","litecore-lib":"^0.13.22","lodash":"^4.17.21","moment":"^2.29.4","mustache":"^4.0.0","nconf":"^0.12.1","node-cron":"^2.0.3","parent-module":"^2.0.0","payment-protocol":"^0.3.0","pg":"^8.7.3","pino":"^7.8.1","polynym":"^1.0.7","prom-client":"^14.0.1","promise-one-success":"^1.1.2","promise.any":"^2.0.5","prompt-async":"^0.9.9","protobufjs":"^5.0.3","qr":"^0.2.4","rabbi":"^1.25.0","reconnecting-websocket":"^4.4.0","require-all":"^3.0.0","riverpig":"^1.1.4","scrypt-ts":"^1.3.30","sequelize-cli":"^6.4.1","shortid":"^2.2.15","socket.io":"^4.7.5","socket.io-client":"^4.4.1","stellar-sdk":"^10.4.1","ts-deepmerge":"^7.0.0","underscore":"^1.9.0","usdc":"^0.1.4","uuid":"^3.2.1","web3":"^1.10.0","websocket":"^1.0.34","winston":"^3.13.0","winston-loki":"^6.1.0","ws":"^8.12.0","xrpl":"^2.7.0","yargs":"^12.0.5","zod":"^3.22.4"},"devDependencies":{"@asyncapi/generator":"^1.17.12","@asyncapi/html-template":"^2.1.7","@semantic-release/changelog":"^6.0.1","@semantic-release/git":"^10.0.1","@types/amqplib":"^0.5.17","@types/boom":"^7.3.5","@types/chai":"^4.3.0","@types/chai-as-promised":"^7.1.5","@types/chai-spies":"^1.0.3","@types/chance":"^1.1.6","@types/geoip-lite":"^1.4.4","@types/hapi__joi":"^17.1.14","@types/hex2dec":"^1.1.4","@types/mocha":"^5.2.7","@types/node":"^10.17.46","@types/node-cron":"^3.0.11","@types/shortid":"^0.0.32","@types/supertest":"^6.0.2","@types/uuid":"^9.0.8","chai":"^4.3.6","chai-as-promised":"^7.1.1","chai-spies":"^1.0.0","codecov":"^3.8.3","coveralls":"^3.1.1","cz-conventional-changelog":"^3.3.0","mocha":"^10.0.0","nodemon":"^1.18.8","nyc":"^15.1.0","prisma":"^5.6.0","sinon":"^14.0.0","supertest":"^6.3.4","ts-node":"^6.2.0","typedoc":"^0.23.24","@types/bun":"latest"},"peerDependencies":{"typescript":"^5.0.0"},"_id":"@anypay/server@1.8.2","gitHead":"7029991aaf2048af898768b5774b863eb1d869e3","bugs":{"url":"https://github.com/anypay/anypay/issues"},"homepage":"https://github.com/anypay/anypay#readme","_nodeVersion":"18.18.2","_npmVersion":"9.8.1","dist":{"integrity":"sha512-Tu1RNZmVvtPhxWXzwNvUafEfA99MnDc7sOdYFz8hdWmdVDbFQPGej0lNIAFST+NAm8q6JnLwgSEtImva67Lfdg==","shasum":"279d5613de1e3a13ded4cb7e7248760b99863b68","tarball":"https://registry.npmjs.org/@anypay/server/-/server-1.8.2.tgz","fileCount":4251,"unpackedSize":191481169,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGzryHicUi9mO9wUy0EZi9FXqJymbnWlpPiOCqbu+QGiAiAdZzx6KefdhoLzBnk6gSN45X3iO+D9ZJL5eb53tJEw4Q=="}]},"_npmUser":{"name":"stevenzeiler","email":"me@stevenzeiler.com"},"directories":{},"maintainers":[{"name":"stevenzeiler","email":"me@stevenzeiler.com"},{"name":"anypayops","email":"ops@anypayx.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/server_1.8.2_1713301160456_0.5818984798977633"},"_hasShrinkwrap":false},"1.8.3":{"name":"@anypay/server","version":"1.8.3","description":"Peer to Peer Payments APIs for Developers","public":true,"main":"main.ts","engines":{"node":">=14.0"},"repository":{"type":"git","url":"git+https://github.com/anypay/anypay.git"},"bin":{"anypay":"bin/anypay.ts"},"scripts":{"anypay":"./bin/anypay.ts","build":"tsc","commit":"npx cz","console":"ts-node --experimental-repl-await","db:migrate":"node_modules/sequelize-cli/lib/sequelize db:migrate --url=$DATABASE_URL","db:seed:prices":"NODE_ENV=test ts-node test/seed_prices.ts","dev":"./node_modules/nodemon/bin/nodemon.js --watch 'servers/**/*.ts' --exec 'ts-node' main.ts","runtest":"NODE_ENV=test mocha --require=ts-node/register $TEST --timeout=20000 --exit","start":"ts-node main.ts","test":"NODE_ENV=test mocha --require=ts-node/register --timeout=20000 test/integration/*.ts test/models/*_test.ts test/lib/*_test.ts --exit","test:models":"NODE_ENV=test mocha --require=ts-node/register --timeout=20000 test/models/*_test.ts --exit","test:lib":"NODE_ENV=test mocha --require=ts-node/register --timeout=20000 test/lib/*_test.ts --exit","test:plugigns":"NODE_ENV=test mocha --require=ts-node/register --timeout=20000 test/plugins/*_test.ts --exit","test:integration":"NODE_ENV=test mocha --require=ts-node/register --timeout=20000 test/integration/*_test.ts --exit","cover":"npm run cover:unit && npm run cover:integration && npm run cover:report","cover:unit":"nyc --silent npm run test:unit","cover:integration":"nyc --silent --no-clean npm run test:integration","cover:report":"nyc report --reporter=lcov --reporter=text","typedoc":"npx typedoc -out typedoc","docs-asyncapi":"npx @asyncapi/generator spec/asyncapi.yml @asyncapi/html-template -o documentation/asyncapi"},"keywords":[],"author":{"name":"Anypay"},"license":"ISC","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"nyc":{"check-coverage":false,"all":true,"include":["lib/**.ts","lib/**/*.ts","plugins/**/*.ts","apps/**/*.ts","server/**/*.ts"],"exclude":["bin/**.ts","actors/**.ts"],"reporter":"lcov","report-dir":"./coverage"},"release":{"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator","@semantic-release/changelog","@semantic-release/npm","@semantic-release/git"]},"dependencies":{"@anypay/client":"^0.8.0","@anypay/simple-wallet":"^0.6.6","@anypay/walletbot":"^0.9.1","@aws-sdk/client-s3":"^3.540.0","@aws-sdk/client-ses":"^3.540.0","@dashevo/dashcore-lib":"^0.17.9","@hapi/basic":"^7.0.0","@hapi/boom":"^9.1.4","@hapi/hapi":"^21.3.6","@hapi/inert":"^6.0.5","@hapi/vision":"^6.1.0","@prisma/client":"^5.6.0","@promster/hapi":"^12.0.0","@types/axios":"^0.14.0","@types/bcryptjs":"^2.4.6","@types/jsonwebtoken":"^8.5.9","@types/nconf":"^0.10.6","@types/socket.io":"^3.0.2","@types/ws":"^8.5.4","amqplib":"^0.10.3","anypay":"^0.7.0","anypay-simple-wallet":"^0.0.2","anypay-wallet-address-validator":"^0.2.6","api":"^5.0.8","asn1.js-rfc5280":"^3.0.0","aws-sdk":"^2.1574.0","axios":"^1.3.2","base58-monero":"^0.0.5","bchaddrjs":"^0.4.3","bcryptjs":"^2.4.3","bignumber.js":"^8.0.2","bip39":"^3.1.0","bip70-payment-protocol":"^1.8.0","bitcoinjs-lib":"^6.1.0","bitcore-doge-lib":"^8.25.8","bitcore-lib":"^0.16.0","bitcore-lib-cash":"^0.19.0","bluebird":"^3.5.0","boom":"^7.1.1","boostpow-button":"^0.1.0","bsv":"^1.5.6","chance":"^1.0.10","commander":"^10.0.0","crypto-js":"^4.0.0","csv-writer":"^1.2.0","dotenv":"^8.1.0","email-validator":"^2.0.4","ethers":"^5.7.2","fcm-node":"^1.5.2","filepay":"^2.2.12","geoip-lite":"^1.4.2","handlebars":"^4.1.0","hapi-auth-bearer-token":"^8.0.0","hapi-boom-decorators":"^4.1.2","hapi-k8s-health":"^1.1.1","hapi-sentry":"^4.0.0","hapi-swagger":"^17.2.1","hex2dec":"^1.1.2","joi":"^17.6.0","jsonwebtoken":"^8.5.1","kraken-api":"^1.0.1","litecore-lib":"^0.13.22","lodash":"^4.17.21","moment":"^2.29.4","mustache":"^4.0.0","nconf":"^0.12.1","node-cron":"^2.0.3","parent-module":"^2.0.0","payment-protocol":"^0.3.0","pg":"^8.7.3","pino":"^7.8.1","polynym":"^1.0.7","prom-client":"^14.0.1","promise-one-success":"^1.1.2","promise.any":"^2.0.5","prompt-async":"^0.9.9","protobufjs":"^5.0.3","qr":"^0.2.4","rabbi":"^1.25.0","reconnecting-websocket":"^4.4.0","require-all":"^3.0.0","riverpig":"^1.1.4","scrypt-ts":"^1.3.30","sequelize-cli":"^6.4.1","shortid":"^2.2.15","socket.io":"^4.7.5","socket.io-client":"^4.4.1","stellar-sdk":"^10.4.1","ts-deepmerge":"^7.0.0","underscore":"^1.9.0","usdc":"^0.1.4","uuid":"^3.2.1","web3":"^1.10.0","websocket":"^1.0.34","winston":"^3.13.0","winston-loki":"^6.1.0","ws":"^8.12.0","xrpl":"^2.7.0","yargs":"^12.0.5","zod":"^3.22.4"},"devDependencies":{"@asyncapi/generator":"^1.17.12","@asyncapi/html-template":"^2.1.7","@semantic-release/changelog":"^6.0.1","@semantic-release/git":"^10.0.1","@types/amqplib":"^0.5.17","@types/boom":"^7.3.5","@types/chai":"^4.3.0","@types/chai-as-promised":"^7.1.5","@types/chai-spies":"^1.0.3","@types/chance":"^1.1.6","@types/geoip-lite":"^1.4.4","@types/hapi__joi":"^17.1.14","@types/hex2dec":"^1.1.4","@types/mocha":"^5.2.7","@types/node":"^10.17.46","@types/node-cron":"^3.0.11","@types/shortid":"^0.0.32","@types/supertest":"^6.0.2","@types/uuid":"^9.0.8","chai":"^4.3.6","chai-as-promised":"^7.1.1","chai-spies":"^1.0.0","codecov":"^3.8.3","coveralls":"^3.1.1","cz-conventional-changelog":"^3.3.0","mocha":"^10.0.0","nodemon":"^1.18.8","nyc":"^15.1.0","prisma":"^5.6.0","sinon":"^14.0.0","supertest":"^6.3.4","ts-node":"^6.2.0","typedoc":"^0.23.24","@types/bun":"latest"},"peerDependencies":{"typescript":"^5.0.0"},"_id":"@anypay/server@1.8.3","gitHead":"e008673500b624a5cdc903f9874e5dd3921c6f9e","bugs":{"url":"https://github.com/anypay/anypay/issues"},"homepage":"https://github.com/anypay/anypay#readme","_nodeVersion":"18.18.2","_npmVersion":"9.8.1","dist":{"integrity":"sha512-QkUznJ2FY+1Rv+5kXh6FAbyaS0kDDSfW6mJjgay5RAI7WfkB2DDJbmUK5njspYgn9T22EDus83S7eHDVsEryLw==","shasum":"0bb012adbafbb0d9518bab264370e647520aa7f0","tarball":"https://registry.npmjs.org/@anypay/server/-/server-1.8.3.tgz","fileCount":4251,"unpackedSize":191481380,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAPph7y6kfpsAa7RdoHqaa5aI3LXPWGy8zvd3hpVCfDkAiB8EqM1abFIjmjrv2mbOJQ9chyu7vY1t9CiwdW9qBXoRg=="}]},"_npmUser":{"name":"stevenzeiler","email":"me@stevenzeiler.com"},"directories":{},"maintainers":[{"name":"stevenzeiler","email":"me@stevenzeiler.com"},{"name":"anypayops","email":"ops@anypayx.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/server_1.8.3_1713302106415_0.23734943554152554"},"_hasShrinkwrap":false},"1.8.4":{"name":"@anypay/server","version":"1.8.4","description":"Peer to Peer Payments APIs for Developers","public":true,"main":"main.ts","engines":{"node":">=18.0"},"repository":{"type":"git","url":"git+https://github.com/anypay/anypay.git"},"bin":{"anypay":"bin/anypay.ts"},"scripts":{"anypay":"./bin/anypay.ts","build":"tsc","commit":"npx cz","console":"ts-node --experimental-repl-await","db:migrate":"node_modules/sequelize-cli/lib/sequelize db:migrate --url=$DATABASE_URL","db:seed:prices":"NODE_ENV=test ts-node test/seed_prices.ts","dev":"./node_modules/nodemon/bin/nodemon.js --watch 'servers/**/*.ts' --exec 'ts-node' main.ts","runtest":"NODE_ENV=test mocha --require=ts-node/register $TEST --timeout=20000 --exit","start":"ts-node main.ts","test":"NODE_ENV=test mocha --require=ts-node/register --timeout=20000 test/integration/*.ts test/models/*_test.ts test/lib/*_test.ts --exit","test:models":"NODE_ENV=test mocha --require=ts-node/register --timeout=20000 test/models/*_test.ts --exit","test:lib":"NODE_ENV=test mocha --require=ts-node/register --timeout=20000 test/lib/*_test.ts --exit","test:plugigns":"NODE_ENV=test mocha --require=ts-node/register --timeout=20000 test/plugins/*_test.ts --exit","test:integration":"NODE_ENV=test mocha --require=ts-node/register --timeout=20000 test/integration/*_test.ts --exit","cover":"npm run cover:unit && npm run cover:integration && npm run cover:report","cover:unit":"nyc --silent npm run test:unit","cover:integration":"nyc --silent --no-clean npm run test:integration","cover:report":"nyc report --reporter=lcov --reporter=text","typedoc":"npx typedoc -out typedoc","docs-asyncapi":"npx @asyncapi/generator spec/asyncapi.yml @asyncapi/html-template -o documentation/asyncapi"},"keywords":[],"author":{"name":"Anypay"},"license":"ISC","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"nyc":{"check-coverage":false,"all":true,"include":["lib/**.ts","lib/**/*.ts","plugins/**/*.ts","apps/**/*.ts","server/**/*.ts"],"exclude":["bin/**.ts","actors/**.ts"],"reporter":"lcov","report-dir":"./coverage"},"release":{"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator","@semantic-release/changelog","@semantic-release/npm","@semantic-release/git"]},"dependencies":{"@anypay/client":"^0.8.0","@anypay/simple-wallet":"^0.6.6","@anypay/walletbot":"^0.9.1","@aws-sdk/client-s3":"^3.540.0","@aws-sdk/client-ses":"^3.540.0","@dashevo/dashcore-lib":"^0.17.9","@hapi/basic":"^7.0.0","@hapi/boom":"^9.1.4","@hapi/hapi":"^21.3.6","@hapi/inert":"^6.0.5","@hapi/vision":"^6.1.0","@prisma/client":"^5.6.0","@promster/hapi":"^12.0.0","@types/axios":"^0.14.0","@types/bcryptjs":"^2.4.6","@types/jsonwebtoken":"^8.5.9","@types/nconf":"^0.10.6","@types/socket.io":"^3.0.2","@types/ws":"^8.5.4","amqplib":"^0.10.3","anypay":"^0.7.0","anypay-simple-wallet":"^0.0.2","anypay-wallet-address-validator":"^0.2.6","api":"^5.0.8","asn1.js-rfc5280":"^3.0.0","aws-sdk":"^2.1574.0","axios":"^1.3.2","base58-monero":"^0.0.5","bchaddrjs":"^0.4.3","bcryptjs":"^2.4.3","bignumber.js":"^8.0.2","bip39":"^3.1.0","bip70-payment-protocol":"^1.8.0","bitcoinjs-lib":"^6.1.0","bitcore-doge-lib":"^8.25.8","bitcore-lib":"^0.16.0","bitcore-lib-cash":"^0.19.0","bluebird":"^3.5.0","boom":"^7.1.1","boostpow-button":"^0.1.0","bsv":"^1.5.6","chance":"^1.0.10","commander":"^10.0.0","crypto-js":"^4.0.0","csv-writer":"^1.2.0","dotenv":"^8.1.0","email-validator":"^2.0.4","ethers":"^5.7.2","fcm-node":"^1.5.2","filepay":"^2.2.12","geoip-lite":"^1.4.2","handlebars":"^4.1.0","hapi-auth-bearer-token":"^8.0.0","hapi-boom-decorators":"^4.1.2","hapi-k8s-health":"^1.1.1","hapi-sentry":"^4.0.0","hapi-swagger":"^17.2.1","hex2dec":"^1.1.2","joi":"^17.6.0","jsonwebtoken":"^8.5.1","kraken-api":"^1.0.1","litecore-lib":"^0.13.22","lodash":"^4.17.21","moment":"^2.29.4","mustache":"^4.0.0","nconf":"^0.12.1","node-cron":"^2.0.3","parent-module":"^2.0.0","payment-protocol":"^0.3.0","pg":"^8.7.3","pino":"^7.8.1","polynym":"^1.0.7","prom-client":"^14.0.1","promise-one-success":"^1.1.2","promise.any":"^2.0.5","prompt-async":"^0.9.9","protobufjs":"^5.0.3","qr":"^0.2.4","rabbi":"^1.25.0","reconnecting-websocket":"^4.4.0","require-all":"^3.0.0","riverpig":"^1.1.4","scrypt-ts":"^1.3.30","sequelize-cli":"^6.4.1","shortid":"^2.2.15","socket.io":"^4.7.5","socket.io-client":"^4.4.1","stellar-sdk":"^10.4.1","ts-deepmerge":"^7.0.0","underscore":"^1.9.0","usdc":"^0.1.4","uuid":"^3.2.1","web3":"^1.10.0","websocket":"^1.0.34","winston":"^3.13.0","winston-loki":"^6.1.0","ws":"^8.12.0","xrpl":"^2.7.0","yargs":"^12.0.5","zod":"^3.22.4"},"devDependencies":{"@asyncapi/generator":"^1.17.12","@asyncapi/html-template":"^2.1.7","@semantic-release/changelog":"^6.0.1","@semantic-release/git":"^10.0.1","@types/amqplib":"^0.5.17","@types/boom":"^7.3.5","@types/chai":"^4.3.0","@types/chai-as-promised":"^7.1.5","@types/chai-spies":"^1.0.3","@types/chance":"^1.1.6","@types/geoip-lite":"^1.4.4","@types/hapi__joi":"^17.1.14","@types/hex2dec":"^1.1.4","@types/mocha":"^5.2.7","@types/node":"^10.17.46","@types/node-cron":"^3.0.11","@types/shortid":"^0.0.32","@types/supertest":"^6.0.2","@types/uuid":"^9.0.8","chai":"^4.3.6","chai-as-promised":"^7.1.1","chai-spies":"^1.0.0","codecov":"^3.8.3","coveralls":"^3.1.1","cz-conventional-changelog":"^3.3.0","mocha":"^10.0.0","nodemon":"^1.18.8","nyc":"^15.1.0","prisma":"^5.6.0","sinon":"^14.0.0","supertest":"^6.3.4","ts-node":"^6.2.0","typedoc":"^0.23.24","@types/bun":"latest"},"peerDependencies":{"typescript":"^5.0.0"},"_id":"@anypay/server@1.8.4","gitHead":"f45dc8f3e6c4e1443ca3902095d33f0f938890c6","bugs":{"url":"https://github.com/anypay/anypay/issues"},"homepage":"https://github.com/anypay/anypay#readme","_nodeVersion":"18.18.2","_npmVersion":"9.8.1","dist":{"integrity":"sha512-9OuYeVK534v+kx9oHK8pDeHYvmvO7/Mql+hghsfdz+WpLmo0EgozYBchuvsC4jC6RZ0WkW0UQk69fbM6oXQmQw==","shasum":"5932915cc0f7f50d27278730833760c87ba2988f","tarball":"https://registry.npmjs.org/@anypay/server/-/server-1.8.4.tgz","fileCount":4251,"unpackedSize":191482689,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDK65wGqg8hhYKzY7XY4FujOHG34P94cN2dM11rPCM89wIhALnPr1jdNSRgF/pSViC31TspGbYbM18KM+zhoVA//LZA"}]},"_npmUser":{"name":"stevenzeiler","email":"me@stevenzeiler.com"},"directories":{},"maintainers":[{"name":"stevenzeiler","email":"me@stevenzeiler.com"},{"name":"anypayops","email":"ops@anypayx.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/server_1.8.4_1713341371106_0.2589355761917551"},"_hasShrinkwrap":false}},"time":{"created":"2024-04-16T20:59:20.236Z","1.8.2":"2024-04-16T20:59:21.033Z","modified":"2024-04-17T08:09:31.827Z","1.8.3":"2024-04-16T21:15:07.074Z","1.8.4":"2024-04-17T08:09:31.580Z"},"maintainers":[{"name":"stevenzeiler","email":"me@stevenzeiler.com"},{"name":"anypayops","email":"ops@anypayx.com"}],"description":"Peer to Peer Payments APIs for Developers","homepage":"https://github.com/anypay/anypay#readme","keywords":[],"repository":{"type":"git","url":"git+https://github.com/anypay/anypay.git"},"author":{"name":"Anypay"},"bugs":{"url":"https://github.com/anypay/anypay/issues"},"license":"ISC","readme":"\n![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/anypay/anypay?style=for-the-badge)\n![NPM Version](https://img.shields.io/npm/v/%40anypay%2Fserver?style=for-the-badge)\n![Docker Pulls](https://img.shields.io/docker/pulls/anypay/anypay?style=for-the-badge)\n![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/anypay/anypay/build.yml?branch=main&style=for-the-badge)\n![CircleCI](https://img.shields.io/circleci/build/github/anypay/anypay?label=Circle%20CI%20Build&style=for-the-badge)\n![Codecov](https://img.shields.io/codecov/c/github/anypay/anypay?style=for-the-badge&label=coverage)\n![Uptime Robot ratio (30 days)](https://img.shields.io/uptimerobot/ratio/m796758888-c4f5729105cfd766ba733696?style=for-the-badge)\n\n\n![](https://anypayx.s3.eu-west-3.amazonaws.com/anypay_icon_rectangle_round.png)\n\n\n\n<h1 style=\"text-align: center;\">Peer to Peer Payments APIs for Developers</h1>\n\n<div style=\"text-align: center\">\n<img src=\"https://anypayx.s3.amazonaws.com/coin_icons/50x50/btc_50x50.png\"/ style=\"width:50px\">\n<img src=\"https://anypayx.s3.amazonaws.com/coin_icons/50x50/bch_50x50.png\"/ style=\"width:50px\">\n<img src=\"https://anypayx.s3.amazonaws.com/coin_icons/50x50/bsv_50x50.png\"/ style=\"width:50px\">\n<img src=\"https://anypayx.s3.amazonaws.com/coin_icons/50x50/doge_50x50.png\"/ style=\"width:50px\">\n<img src=\"https://anypayx.s3.amazonaws.com/coin_icons/50x50/ltc_50x50.png\"/ style=\"width:50px\">\n<img src=\"https://anypayx.s3.amazonaws.com/coin_icons/50x50/dash_50x50.png\"/ style=\"width:50px\">\n<img src=\"https://anypayx.s3.amazonaws.com/coin_icons/50x50/xrp_50x50.png\"/ style=\"width:50px\">\n<img src=\"https://anypayx.s3.amazonaws.com/coin_icons/50x50/xmr_50x50.png\"/ style=\"width:50px\">\n<img src=\"https://anypayx.s3.amazonaws.com/coin_icons/50x50/eth_50x50.png\"/ style=\"width:50px\">\n<img src=\"https://anypayx.s3.amazonaws.com/coin_icons/50x50/sol_50x50.png\"/ style=\"width:50px\">\n<img src=\"https://anypayx.s3.amazonaws.com/coin_icons/50x50/matic_50x50.png\"/ style=\"width:50px\">\n<img src=\"https://anypayx.s3.amazonaws.com/coin_icons/50x50/avax_50x50.png\"/ style=\"width:50px\">\n<img src=\"https://anypayx.s3.amazonaws.com/coin_icons/50x50/usdc_sol_50x50.png\"/ style=\"width:50px\">\n<img src=\"https://anypayx.s3.amazonaws.com/coin_icons/50x50/usdt_sol_50x50.png\"/ style=\"width:50px\">\n\n\n</div>\n\n\n## Motivation & Problem\n\nThe motivation behind Anypay is to empower all developers in the world to create apps that can transfer any kind of value on any open system. Inspired by the concept of Internet of Value where value moves freely between all networks and asset classes of the world, for a more harmonious global market society, Anypay was created to solve problems specifically in the retail payments realm.\n\nPrimarily Anypay solves problems of digital cash payments in physical and online stores, such as restaurants, cafes or online ecommerce websites, and app developers looking to ensure perfect payments within their apps. Common and persistent problems such as incorrect amounts, invalid addresses, long delays, failure to confirm, double spend fraud, accidental double payments are addressed.\n\n## Payments Protocols\n\nTo ensure perfect payments every time Anypay implements various competing standards for payment protocols and offers a novel protocol that incorporates all command standards into a single streamlined format.\n\n- **JSON Payment Protocol** - simplified multi-chain payment protocol developed by Bitpay\n- **BIP70** - Original Bitcoin payment protocol with focus on efficiency (protobuf) and security (X.509 verification)\n- **BIP270** - Simplified single coin payment protocol developed for use within Bitcoin SV economy\n- **Pay:// Protocol** - Unified single URI protocol that supports all three other with flexibility for more\n\n## Chains and Currencies\n\nThe following blockchains are supported natively by Anypay, enabling payments in their native token as well as several onchain tokens such as stablecoins.\n\n- Bitcoin (BTC)\n- Bitcoin SV (BSV)\n- Bitcoin Cash (BCH)\n- Dogecoin (DOGE)\n- Litecoin (LTC)\n- Dash (DASH)\n- Monero (XMR)\n- Ripple (XRP)\n- Solana (SOL, USDC, USDT)\n- Ethereum (ETH, USDC, USDT)\n- Polygon (MATIC, USDC, USDT)\n- Avalanche (AVAX, USDC, USDT)\n\n### API Documentation\n[https://anypayx.com/api](https://anypayx.com/api)\n\n\n### Run with Docker\n\n[https://hub.docker.com/r/anypay/anypay](https://hub.docker.com/r/anypay/anypay)\n\n```\ndocker run -d -p 5200:5200 anypay/anypay\n```\n\n### Required Environment Variables\n\n- HOST\n- PORT\n- DATABASE_URL\n- AMQP_URL\n\n##### Optional Environment Variables\n\n- SENTRY_DSN\n\n### Development\n\n```\ngit clone https://github.com/anypay/anypay\ncd anypay\nnpm install\nnpm start\n```\n\n### License\n\n```\nThis file is part of anypay: https://github.com/anypay/anypay\nCopyright (c) 2017 Anypay Inc, Steven Zeiler\n\nPermission to use, copy, modify, and/or distribute this software for any\npurpose  with  or without fee is hereby granted, provided that the above\ncopyright notice and this permission notice appear in all copies.\n\nTHE  SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\nWITH  REGARD  TO  THIS  SOFTWARE  INCLUDING  ALL  IMPLIED  WARRANTIES  OF\nMERCHANTABILITY  AND  FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\nANY  SPECIAL ,  DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER  RESULTING  FROM  LOSS  OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION  OF  CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n```\n","readmeFilename":"README.md"}