forked from kavionn/gobiz-payment
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.04 KB
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
{
"name": "gobiz-payment",
"version": "1.0.0",
"description": "Self-hosted QRIS payment gateway di atas GoBiz (GoPay Merchant) \u2014 QRIS dinamis, matching pembayaran otomatis, webhook bertanda tangan.",
"private": true,
"type": "module",
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"migrate": "node scripts/migrate.js",
"test": "node tests/run.js"
},
"keywords": [
"gopay",
"gobiz",
"gojek",
"payment",
"merchant",
"indonesia"
],
"author": "kavionn (lib/gobiz.js), cv3inx (gateway layer)",
"license": "MIT",
"engines": {
"node": ">=22"
},
"dependencies": {
"crc": "^4.3.2",
"dotenv": "^16.4.5",
"express": "^4.22.2",
"moment-timezone": "^0.5.45",
"morgan": "^1.11.0",
"nuxt": "^4.5.2",
"pg": "^8.23.0",
"qrcode": "^1.5.4",
"swagger-ui-express": "^5.0.1",
"vue": "^3.5.41",
"vue-router": "^5.2.0"
},
"devDependencies": {
"@electric-sql/pglite": "^0.5.7"
}
}