We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c6aaa2 commit 52b9fc6Copy full SHA for 52b9fc6
package.json
@@ -4,6 +4,7 @@
4
"module": "dist/index.mjs",
5
"types": "dist/index.d.ts",
6
"version": "0.1.0",
7
+ "private": false,
8
"description": "an api wrapper for paystack's api with types",
9
"scripts": {
10
"build": "bunx tsup index.ts --format cjs,esm --dts",
0 commit comments