@charlesaugust44/nubank-api
Version:
This is a package to easily integrate the nubank web api, supporting QRCode login.
39 lines (38 loc) • 867 B
JSON
{
"name": "@charlesaugust44/nubank-api",
"version": "1.0.3",
"description": "This is a package to easily integrate the nubank web api, supporting QRCode login.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "jest --config jest.config.js",
"build": "tsc",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/charlesaugust44/nubank-api"
},
"keywords": [
"nubank",
"api",
"qrcode",
"login",
"nu"
],
"author": "charlesaugust44",
"license": "MIT",
"dependencies": {
"axios": "^0.27.1",
"qrcode": "^1.5.0"
},
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/node": "^17.0.27",
"@types/qrcode": "^1.4.2",
"jest": "^27.5.1",
"ts-jest": "^27.1.4",
"ts-node": "^10.7.0",
"typescript": "^4.6.3"
}
}