UNPKG

@mia-burton/klarna-node

Version:
33 lines (32 loc) 764 B
{ "name": "@mia-burton/klarna-node", "version": "1.0.4", "description": "A Node.js module for Klarna", "main": "dist/index.js", "scripts": { "build": "rimraf ./dist && tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/mia-burton/klarna-node.git" }, "keywords": [ "klarna" ], "author": "Mia Burton", "license": "MIT", "bugs": { "url": "https://github.com/mia-burton/klarna-node/issues" }, "homepage": "https://github.com/mia-burton/slarna-node#readme", "devDependencies": { "@types/node": "^20.2.5", "rimraf": "^5.0.1", "ts-node": "^10.9.1", "typescript": "^5.1.3" }, "dependencies": { "axios": "^1.4.0" } }