-
Notifications
You must be signed in to change notification settings - Fork 67
/
package.json
45 lines (45 loc) · 1.14 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": "iyzipay",
"version": "2.0.62",
"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",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
},
"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 <[email protected]> (https://iyzico.com/)",
"contributors": [
"Huseyin Babal <[email protected]>"
],
"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": {
"coveralls": "^3.1.1",
"mocha": "^10.7.3",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^17.1.0",
"should": "^13.2.3"
}
}