@bootpay/server-rest-client
Version:
Bootpay Server Rest Client Javasrcipt Library
39 lines (38 loc) • 858 B
JSON
{
"name": "@bootpay/server-rest-client",
"version": "1.0.9",
"description": "Bootpay Server Rest Client Javasrcipt Library",
"main": "dist/bootpay.js",
"types": "dist/bootpay.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc --build",
"clear": "tsc --build --clean"
},
"dependencies": {
"axios": "^0.21.1"
},
"devDependencies": {
"ts-node": "^9.0.0",
"typescript": "^4.0.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bootpay/server_nodejs"
},
"keywords": [
"결제",
"payment",
"결제연동",
"PG연동",
"PG",
"부트페이",
"bootpay"
],
"author": "Bootpay",
"license": "MIT",
"bugs": {
"url": "https://github.com/bootpay/server_nodejs/issues"
},
"homepage": "https://docs.bootpay.co.kr"
}