-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "@squadco/js",
"description": "Simplify the integration process with Squad's comprehensive payment solutions using the Squad JavaScript SDK. ",
"version": "1.3.7",
"main": "./dist/index.js",
"private": false,
"scripts": {
"test": "bun test --watch",
"publish": "npm publish --access public",
"build": "bun build ./index.ts --declaration --outdir ./dist",
"generate-types": "tsc"
},
"homepage": "https://github.com/Adedoyin-Emmanuel/squad-js-sdk#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Adedoyin-Emmanuel/squad-js-sdk.git"
},
"keywords": [
"@squadco/js",
"squad-by-habaripay",
"squad-js-sdk",
"squadco",
"squad-payment-gateway"
],
"files": [
"dist/**/*"
],
"author": "Adedoyin Emmanuel Adeniyi",
"license": "ISC",
"bugs": {
"url": "https://github.com/Adedoyin-Emmanuel/methan/issues"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"axios": "^1.6.5"
}
}