-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.26 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
{
"name": "t-kassa-api",
"version": "1.0.1",
"module": "./dist/index.js",
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
"description": "SDK для Т-Кассы (тинькофф платежи)",
"readme": "https://github.com/kravetsone/t-kassa-api.git",
"homepage": "https://github.com/kravetsone/t-kassa-api.git",
"scripts": {},
"author": {
"name": "kravets",
"url": "https://github.com/kravetsone"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kravetsone/t-kassa-api.git"
},
"keywords": ["tinkoff", "payments", "payment", "api", "bank", "sdk"],
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
},
"./openapi": {
"import": {
"types": "./dist/api-types.d.ts"
},
"require": {
"types": "./dist/api-types.d.cts"
}
}
},
"type": "module",
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@scalar/openapi-parser": "^0.7.2",
"@types/bun": "^1.1.6",
"cheerio": "^1.0.0-rc.12",
"openapi-typescript": "^7.0.2",
"pkgroll": "^2.1.1",
"slugify": "^1.6.6",
"ts-dedent": "^2.2.0",
"typescript": "^5.5.3"
},
"license": "MIT",
"files": ["dist"]
}