@astropay/payments-lib
Version:
Official AstroPay payments library for web and mobile.
114 lines (113 loc) • 3.04 kB
JSON
{
"version": "1.0.4",
"type": "module",
"name": "@astropay/payments-lib",
"description": "Official AstroPay payments library for web and mobile.",
"license": "UNLICENSED",
"homepage": "https://www.astropay.com/business",
"author": {
"name": "AstroPay",
"email": "support@astropay.com",
"url": "https://developers.astropay.com/contact"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://developers.astropay.com/docs/accept-astropay/checkout/payment-lib-web/introduction"
},
"contributors": [
{
"name": "AstroPay IT",
"email": "it_services@astropay.com"
}
],
"keywords": [
"payments",
"astropay",
"checkout"
],
"main": "./dist/astropay-payments-lib.es.js",
"module": "./dist/astropay-payments-lib.es.js",
"exports": {
".": {
"import": "./dist/astropay-payments-lib.es.js",
"types": "./dist/main.d.ts"
},
"./types": {
"types": "./dist/types/index.d.ts"
}
},
"typesVersions": {
"*": {
"types/*": [
"./dist/types/index.d.ts"
]
}
},
"files": [
"dist",
"README.md"
],
"scripts": {
"dev": "vite",
"start": "vite --open --host",
"build:test": "tsc -b ./tsconfig.lib.json && vite build",
"build": "tsc -b ./tsconfig.lib.json && vite build",
"lint": "eslint .",
"preview": "vite preview",
"test": "jest",
"test:watch": "jest --watch",
"prepare": "husky",
"release:first": "standard-version --first-release --release-as $RELEASE_TYPE",
"release": "standard-version --release-as $RELEASE_TYPE",
"release:dry": "standard-version --release-as $RELEASE_TYPE --dry-run"
},
"dependencies": {
"@astropay/tokenizer-sdk": "1.1.3",
"@datadog/browser-rum": "6.6.3",
"@emotion/css": "^11.13.5",
"axios": "^1.7.9",
"bowser": "^2.11.0",
"i18next": "^24.2.2",
"qrcode": "^1.5.4"
},
"devDependencies": {
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@emotion/css": "^11.13.5",
"@eslint/js": "^9.25.1",
"@types/axios": "^0.14.4",
"@types/jest": "^29.5.14",
"@types/node": "^22.13.1",
"@types/qrcode": "^1.5.5",
"@typescript-eslint/eslint-plugin": "^8.31.1",
"@typescript-eslint/parser": "^8.31.1",
"axios": "^1.7.9",
"bowser": "^2.11.0",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.25.1",
"eslint-plugin-import": "^2.31.0",
"globals": "^16.0.0",
"husky": "^9.1.7",
"i18next": "^24.2.2",
"jest": "^29.7.0",
"prettier": "^3.4.2",
"qrcode": "^1.5.4",
"rollup-plugin-visualizer": "^5.14.0",
"standard-version": "^9.5.0",
"ts-jest": "^29.3.1",
"typescript": "^5.8.3",
"typescript-eslint": "^8.31.1",
"vite": "^6.1.0",
"vite-plugin-dts": "^4.5.0",
"vite-plugin-lib-inject-css": "^2.2.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}