@yuju/tosspayments-sdk
Version:
Toss Payments SDK for Node.js
57 lines • 1.24 kB
JSON
{
"name": "@yuju/tosspayments-sdk",
"version": "0.1.1",
"description": "Toss Payments SDK for Node.js",
"author": "Juyoung Lee (mark.juyoung.lee@gmail.com)",
"homepage": "https://github.com/yujutown/tosspayments-sdk.js",
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-typescript": "^7.23.2",
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.6",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "5.2.2"
},
"dependencies": {
"got": "^12"
},
"scripts": {
"test": "jest test/**/*.test.ts",
"build": "rm -rf dist && tsc",
"prepublish": "tsc"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"typesVersions": {
"*": {
"dist/index.d.ts": [
"dist/index.d.ts"
]
}
},
"keywords": [
"toss",
"tosspayments",
"payment",
"payments",
"payment gateway",
"토스페이먼츠",
"결제위젯",
"결제",
"결제게이트웨이",
"토스",
"토스페이",
"토스페이먼트",
"typescript"
],
"type": "module",
"exports": {
".": "./dist/index.js"
},
"publishConfig": {
"access": "public"
},
"license": "MIT"
}