Skip to content

Commit

Permalink
chore: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone committed Jul 10, 2024
1 parent f2fb861 commit 085bc06
Showing 1 changed file with 53 additions and 53 deletions.
106 changes: 53 additions & 53 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,56 +1,56 @@
{
"name": "t-kassa-api",
"version": "0.0.1",
"module": "./dist/index.js",
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
"description": "SDK для Т-Кассы (тинькофф платежи)",
"scripts": {
"prepublishOnly": "bunx pkgroll"
},
"author": {
"name": "kravets",
"url": "https://github.com/kravetsone"
},
"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"
}
"name": "t-kassa-api",
"version": "0.0.2",
"module": "./dist/index.js",
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
"description": "SDK для Т-Кассы (тинькофф платежи)",
"scripts": {
"prepublishOnly": "bunx pkgroll"
},
"./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": "latest",
"openapi-typescript": "^7.0.2",
"pkgroll": "^2.1.1",
"ts-dedent": "^2.2.0",
"typescript": "^5.5.3"
},
"files": [
"dist"
]
"author": {
"name": "kravets",
"url": "https://github.com/kravetsone"
},
"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": "latest",
"openapi-typescript": "^7.0.2",
"pkgroll": "^2.1.1",
"ts-dedent": "^2.2.0",
"typescript": "^5.5.3"
},
"files": [
"dist"
]
}

0 comments on commit 085bc06

Please sign in to comment.