-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 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
43
44
45
{
"name": "@ahdeyy/paystack",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"version": "0.1.7",
"public": true,
"description": "an api wrapper for paystack's api with types",
"scripts": {
"build": "bunx tsup index.ts --format cjs,esm --dts",
"release": "bun run build && changeset publish",
"lint": "bunx tsc"
},
"license": "GPL-3.0",
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"tsc": "^2.0.4",
"tsup": "^8.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ahdeyyy/paystack-api.git"
},
"bugs": {
"url": "https://github.com/Ahdeyyy/paystack-api/issues"
},
"homepage": "https://github.com/Ahdeyyy/paystack-api#readme",
"directories": {
"lib": "lib"
},
"author": "ahdeyy <[email protected]> (https://ahdeyy.vercel.app)",
"keywords": [
"paystack",
"api",
"api wrapper",
"wrapper",
"online payment"
]
}