{
	"name": "@payforpress/payforpress-node-sdk",
	"version": "1.0.0",
	"description": "Official Node.js Server SDK for PayForPress API - An onboarding, paywall and payment solution for online media",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"module": "dist/index.mjs",
	"scripts": {
		"build": "tsc",
		"test": "jest",
		"lint": "eslint src/**/*.ts",
		"format": "prettier --write \"src/**/*.ts\"",
		"prepare": "npm run build"
	},
	"keywords": [
		"payforpress",
		"paywall",
		"onboarding",
		"payment",
		"micropayment",
		"applepay",
		"googlepay",
		"paypal",
		"stripe",
		"media",
		"api",
		"sdk"
	],
	"author": "PayForPress",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "https://gitea.reduav.eu/PayForPress/PayForPress-Server-SDK"
	},
	"dependencies": {
		"axios": "^1.6.7"
	},
	"devDependencies": {
		"@types/node": "^20.11.19",
		"@typescript-eslint/eslint-plugin": "^7.0.1",
		"@typescript-eslint/parser": "^7.0.1",
		"eslint": "^8.56.0",
		"jest": "^29.7.0",
		"prettier": "^3.2.5",
		"ts-jest": "^29.1.2",
		"typescript": "^5.3.3"
	},
	"exports": {
		".": {
			"types": "./dist/index.d.ts",
			"import": "./dist/index.mjs",
			"require": "./dist/index.js"
		}
	}
}
