-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
45 lines (45 loc) · 1.13 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": "@chargily/chargily-pay",
"version": "2.1.0",
"description": "JavaScript Library for Chargily Pay™ Gateway - V2. The easiest and free way to integrate e-payment API through EDAHABIA of Algerie Poste and CIB of SATIM into your JS project.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"dev": "nodemon --exec ts-node ./src/index.ts",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chargily/chargily-pay-javascript.git"
},
"keywords": [
"chargily",
"payment",
"gateway",
"e-payment",
"algeria",
"edahabia",
"cib",
"javascript",
"typescript"
],
"author": {
"name": "Abderraouf Zine",
"email": "[email protected]",
"url": "https://github.com/rofazayn"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/chargily/chargily-pay-javascript/issues"
},
"homepage": "https://github.com/chargily/chargily-pay-javascript#readme",
"devDependencies": {
"@types/node": "^14.0.0",
"nodemon": "^3.1.0",
"ts-node": "^10.9.2",
"typescript": "^4.9.5"
}
}