@bootpay/backend-js
Version:
Bootpay Server Side Package for Node.js
55 lines (54 loc) • 1.22 kB
JSON
{
"name": "@bootpay/backend-js",
"version": "2.4.1",
"description": "Bootpay Server Side Package for Node.js",
"types": "dist/bootpay.d.ts",
"main": "dist/bootpay.js",
"module": "dist/bootpay.js",
"exports": {
".": {
"import": "./dist/bootpay.js",
"require": "./dist/bootpay.js",
"types": "./dist/bootpay.d.ts"
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf ./dist && tsc --p ./tsconfig.json && rm -rf ./dist/src && cp ./README.md dist/",
"clear": "tsc --build --clean"
},
"dependencies": {
"axios": "^1.7.2"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/node": "^18.6.2",
"ts-node": "^10.7.0",
"typescript": "^5.3.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bootpay/backend-nodejs.git"
},
"keywords": [
"결제",
"payment",
"결제연동",
"PG연동",
"PG",
"부트페이",
"bootpay"
],
"ts-node": {
"esm": true
},
"author": "Bootpay",
"license": "MIT",
"bugs": {
"url": "https://bootpay.channel.io/"
},
"homepage": "https://www.bootpay.co.kr",
"directories": {
"test": "test"
}
}