-
Notifications
You must be signed in to change notification settings - Fork 69
/
Copy pathpackage.json
43 lines (43 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
{
"name": "iyzipay",
"version": "2.0.64",
"description": "iyzipay api node.js client",
"main": "lib/Iyzipay.js",
"scripts": {
"test": "mocha $(find test -name '*Test.js')",
"samples": "mocha $(find samples -name '*Samples.js')",
"cover": "nyc npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iyzico/iyzipay-node.git"
},
"keywords": [
"iyzico",
"iyzipay",
"iyzico.com",
"iyzipay node.js",
"iyzipay api",
"iyzipay api node.js client",
"iyzipay api node.js",
"payment processing"
],
"author": "iyzico <entegrasyon@iyzico.com> (https://iyzico.com/)",
"contributors": [
"Huseyin Babal <huseyinbabal88@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/iyzico/iyzipay-node/issues"
},
"homepage": "https://github.com/iyzico/iyzipay-node",
"dependencies": {
"postman-request": "^2.88.1-postman.40"
},
"devDependencies": {
"mocha": "^10.7.3",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^17.1.0",
"should": "^13.2.3"
}
}