@agoransson/klarna-payments
Version:
Typescript wrapper for Klarna Payments API.
38 lines (37 loc) • 1.04 kB
JSON
{
"name": "@agoransson/klarna-payments",
"version": "1.0.15",
"description": "Typescript wrapper for Klarna Payments API.",
"main": "dist/Payments.js",
"types": "dist/Payments.d.ts",
"scripts": {
"build": "rm -rf dist/ && babel ./src/ --out-dir ./dist/ --ignore ./node_modules,./.babelrc,./package.json,./npm-debug.log,/.gitignore --copy-files",
"prepublish": "rm -rf dist/ && tsc && babel src --out-dir dist",
"test": "jest"
},
"author": "Andreas Göransson (http://github.com/agoransson)",
"license": "Apache-2.0",
"keywords": [
"klarna",
"payments"
],
"dependencies": {
"axios": "^0.26.1"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.9",
"@babel/node": "^7.16.8",
"@babel/preset-env": "^7.16.11",
"@babel/register": "^7.17.7",
"@types/node": "^17.0.24",
"chai": "^4.3.6",
"jest": "^27.5.1",
"jest-mock-console": "^1.0.0",
"tslint": "6.1.3",
"typescript": "^4.6.3"
},
"publishConfig": {
"access": "public"
}
}