{
	"name": "@pixelpay/sdk-core",
	"version": "2.5.2",
	"description": "PixelPay SDK toolkit",
	"main": "lib/index.js",
	"browser": "lib/browser/index.js",
	"types": "lib/index.d.ts",
	"devDependencies": {
		"@aws-sdk/client-cloudfront": "^3.1035.0",
		"@aws-sdk/client-s3": "^3.1035.0",
		"@babel/core": "^7.29.0",
		"@babel/preset-env": "^7.29.2",
		"@babel/preset-typescript": "^7.28.5",
		"@types/crypto-js": "^4.2.2",
		"@types/jest": "^30.0.0",
		"@types/lodash": "^4.17.24",
		"@types/node": "^22.0.0",
		"babel-jest": "^30.3.0",
		"dotenv": "^17.4.2",
		"esbuild": "^0.28.0",
		"jest": "^30.3.0",
		"typescript": "^6.0.3"
	},
	"scripts": {
		"test": "jest",
		"build": "tsc",
		"build:browser": "esbuild src/web.ts --bundle --outfile=lib/browser/index.js --platform=browser --target=es2020 --sourcemap --minify",
		"dev": "tsc --watch",
		"prepublishOnly": "npm run build",
		"publishCDN": "node deploy.js"
	},
	"author": "Ivan Suazo <ivan@pixel.hn>",
	"license": "MIT",
	"dependencies": {
		"axios": "^1.15.2",
		"crypto-js": "^4.2.0",
		"lodash": "^4.18.1",
		"tweetnacl": "^1.0.3",
		"tweetnacl-util": "^0.15.1"
	}
}
