@ballin-team/paysync-nubank
Version:
<h1 align="center"> <img src="https://docs.nupaybusiness.com.br/images/logotipo.png" alt="NuPay for Business" /> </h1>
75 lines (74 loc) • 1.79 kB
JSON
{
"name": "@ballin-team/paysync-nubank",
"version": "1.1.2",
"description": "",
"main": "./lib/cjs/index.js",
"types": "./lib/cjs/types/index.d.ts",
"scripts": {
"clean": "rm -rf ./lib",
"build": "npm run clean && npm run build:esm && npm run build:cjs",
"build:esm": "tsc -p ./tsconfig.esm.json && mv lib/esm/index.js lib/esm/index.mjs",
"build:cjs": "tsc -p ./tsconfig.cjs.json",
"prepack": "npm run build",
"test": "jest",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/ballin-team/paySync-nubank.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ballin-team/paySync-nubank/issues"
},
"homepage": "https://github.com/ballin-team/paySync-nubank#readme",
"dependencies": {
"axios": "^1.4.0",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"@types/jest": "^29.5.3",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.9.0",
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.6.2",
"prettier": "^3.0.0",
"semantic-release": "^21.0.7",
"ts-jest": "^29.1.1",
"ts-node-dev": "^2.0.0",
"typescript": "^5.1.6"
},
"exports": {
".": {
"import": {
"types": "./lib/esm/types/index.d.ts",
"default": "./lib/esm/index.mjs"
},
"require": {
"types": "./lib/cjs/types/index.d.ts",
"default": "./lib/cjs/index.js"
}
}
},
"files": [
"lib/**/*"
],
"release": {
"branches": [
"main"
]
},
"publishConfig": {
"access": "public"
},
"keywords": [
"nubank",
"NuPay",
"NuPay business",
"NuPay for business",
"nubank api",
"NuPay API"
]
}