{
	"name": "pakat-api-v3-sdk",
	"version": "1.0.3",
	"description": "Pakat API v3 SDK is forked from a SendinBlue package with the same name provided to use with Pakat.net API.",
	"license": "MIT",
	"main": "src/index.js",
	"repository": {
		"url": "https://github.com/Irandoust/Pakat-APIv3-nodejs-library"
	},
	"scripts": {
		"test": "./node_modules/mocha/bin/mocha --recursive"
	},
	"browser": {
		"fs": false
	},
	"dependencies": {
		"superagent": "3.7.0"
	},
	"devDependencies": {
		"expect.js": "~0.3.1",
		"mocha": "^8.1.3",
		"sinon": "1.17.3"
	}
}
