@toluade/squad-pay-react
Version:
<p align="center"> <img title="Squad" height="200" src="https://squadco.com/assets/squadbyhabari.svg" width="50%"/> </p>
41 lines (40 loc) • 954 B
JSON
{
"name": "@toluade/squad-pay-react",
"version": "1.1.3",
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/Toluade/squad-pay-react.git"
},
"homepage": "https://github.com/Toluade/squad-pay-react#readme",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/index.ts",
"types": "dist/index.d.ts",
"engines": {
"node": ">=10"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "microbundle --jsx React.createElement",
"dev": "microbundle watch"
},
"keywords": [
"squad",
"squadco",
"squad-pay",
"useSquadPay"
],
"author": "Toluwalope Adeoye <toluade1512@gmail.com>",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.12.2",
"@types/react": "^18.2.73",
"microbundle": "^0.15.1",
"typescript": "^5.4.3"
},
"dependencies": {
"react": "^18.2.0"
}
}