@trowdev/pagseguro-sdk
Version:
Biblioteca para realização de checkout com PagSeguro
43 lines (42 loc) • 1.07 kB
JSON
{
"name": "@trowdev/pagseguro-sdk",
"version": "1.0.4",
"description": "Biblioteca para realização de checkout com PagSeguro",
"main": "./dist/index.js",
"types": "/dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start:dev": "nodemon index.ts",
"build": "rimraf ./build && tsc",
"start": "npm run build && node build/index.js"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/trowdev/pagseguro-node-sdk.git"
},
"keywords": [
"PagSeguro",
"API",
"Lib",
"NodeJS"
],
"author": "TrowDev",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/trowdev/pagseguro-node-sdk/issues"
},
"homepage": "https://gitlab.com/trowdev/pagseguro-node-sdk#readme",
"devDependencies": {
"@types/node": "^14.14.22",
"nodemon": "^2.0.7",
"rimraf": "^3.0.2",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
},
"dependencies": {
"axios": "^0.21.1",
"json2xml": "^0.1.3",
"request": "^2.88.2",
"xml2json-light": "^1.0.6"
}
}