-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.97 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "yookassa-sdk",
"version": "0.0.11",
"description": "Интерфейс для интеграции с YooKassa, позволяет выполнять различные операции, такие как создание платежей, возвратов, чеков и управление ими. Написан на TypeScript.",
"author": "Dmitriy <@Mityayka1>",
"keywords": [
"yookassa",
"yookassa-sdk",
"yookassa-ts",
"yookassa-ts-sdk",
"payment",
"refunds",
"receipts",
"pay-connector",
"payments",
"sberpay",
"applepay",
"googlepay",
"yandexpay",
"qr",
"qr-code",
"api",
"typescript",
"javascript",
"nodejs",
"node",
"sdk",
"integration",
"e-commerce",
"ecommerce",
"online-payments",
"online-payment",
"online-shopping",
"commerce",
"checkout",
"payment-processing"
],
"private": false,
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/googlesheets-ru/yookassa-sdk"
},
"bugs": {
"url": "https://github.com/googlesheets-ru/yookassa-sdk/issues"
},
"homepage": "https://github.com/googlesheets-ru/yookassa-sdk/#readme",
"scripts": {},
"dependencies": {
"axios": "^1.7.2",
"axios-logger": "^2.8.1",
"axios-rate-limit": "^1.4.0",
"axios-retry": "^4.4.2",
"cache-manager": "^5.7.4"
},
"devDependencies": {
"@types/node": "^22.0.2",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"prettier": "^3.3.3",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tslint": "^6.1.3",
"typescript": "^5.5.4"
}
}