apple-pay
Version:
Wrapper for working with Apple Pay payments
39 lines (38 loc) • 950 B
JSON
{
"name": "apple-pay",
"version": "1.0.2",
"description": "Wrapper for working with Apple Pay payments",
"license": "MIT",
"repository": "Scrum/apple-pay",
"homepage": "https://github.com/Scrum/apple-pay#readme",
"bugs": {
"url": "https://github.com/Scrum/apple-pay/issues"
},
"author": "Ivan Demidov <scrum@list.ru>",
"main": "dist/index.js",
"engines": {
"node": ">=14"
},
"scripts": {
"version": "conventional-changelog -i changelog.md -s -r 0 && git add changelog.md",
"build": "rm -rf dist && tsup src/*.ts --dts --minify",
"dev": "rm -rf dist && tsup src/*.ts --dts --sourcemap",
"test": "echo 0"
},
"files": [
"dist"
],
"keywords": [
"apple",
"pay",
"payment",
"wrapper"
],
"devDependencies": {
"@types/applepayjs": "^3.0.3",
"conventional-changelog-cli": "^2.2.2",
"tsup": "^5.11.11",
"typescript": "^4.5.4"
},
"types": "dist/index.d.ts"
}