bootpay-backend-nodejs
Version:
Bootpay Server Side Package for Node.js
39 lines (38 loc) • 828 B
JSON
{
"name": "bootpay-backend-nodejs",
"version": "1.1.2",
"description": "Bootpay Server Side Package for Node.js",
"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": "^10.2.1",
"typescript": "^4.4.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bootpay/backend-nodejs"
},
"keywords": [
"결제",
"payment",
"결제연동",
"PG연동",
"PG",
"부트페이",
"bootpay"
],
"author": "Bootpay",
"license": "MIT",
"bugs": {
"url": "https://bootpay.channel.io/"
},
"homepage": "https://www.bootpay.co.kr"
}