aamarpay.v2
Version:
A simple library for ammar pay payment gateway
46 lines (45 loc) • 1.08 kB
JSON
{
"name": "aamarpay.v2",
"version": "1.1.1",
"description": "A simple library for ammar pay payment gateway",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts",
"prepare": "npm run build",
"lint": "tsc",
"test": "ts-node ./__test__/test.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nahidhasan141400/aamarpay.git"
},
"keywords": [
"node",
"payment",
"aamarpay",
"payment gateway",
"bangladesh",
"digital payment"
],
"author": "Nahid Hasan <nahidhasan141400@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nahidhasan141400/aamarpay/issues"
},
"homepage": "https://github.com/nahidhasan141400/aamarpay",
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@types/node": "^20.10.1",
"ts-node": "^10.9.2",
"tsup": "^8.0.1",
"typescript": "^5.3.2"
},
"files": [
"dist/**/*"
],
"dependencies": {
"axios": "^1.6.2"
}
}