{
	"name": "@studyportals/mb-platform-http-requests",
	"version": "2.8.0",
	"description": "Resources that facilitate sending HTTP requests.",
	"main": "index.js",
	"scripts": {
		"compile": "npx tsc",
		"test": "npm run compile && npm run test-u-o && nyc report --reporter=text",
		"test-u": "npm run compile && npm run test-u-o",
		"test-u-o": "nyc --all --silent mocha \"bin/tests-u/**/*.test.js\"",
		"prepare-deployment": "npm test && cp package.json bin/package.json && rm -fR bin/tests-u",
		"deploy-patch": "npm version patch && npm run deploy",
		"deploy-minor": "npm version minor && npm run deploy",
		"deploy-major": "npm version major && npm run deploy",
		"deploy": "npm run prepare-deployment && npm publish ./bin",
		"deploy-beta": "npm version prerelease && npm run prepare-deployment && npm publish ./bin --tag beta",
		"lint": "tslint 'src/**/*.ts'",
		"lint-fix": "tslint --fix 'src/**/*.ts'",
		"coverage": "nyc report --reporter=lcov"
	},
	"keywords": [],
	"repository": {
		"type": "git",
		"url": "git+ssh://git@github.com:studyportals/mb-platform-http-requests-ts.git"
	},
	"author": "SPMasterBuilders",
	"license": "ISC",
	"devDependencies": {
		"@aws-sdk/types": "^3.257.0",
		"@types/aws4": "^1.5.1",
		"@types/chai": "^4.1.7",
		"@types/qs": "^6.5.2",
		"@types/superagent": "^8.1.4",
		"chai": "^4.2.0",
		"mocha": "^5.2.0",
		"mocha-typescript": "1.1.10",
		"nyc": "^15.1.0",
		"tslint": "^5.11.0",
		"typemoq": "^2.1.0",
		"typescript": "^4.9.5"
	},
	"dependencies": {
		"aws4": "^1.12.0",
		"qs": "^6.11.0",
		"superagent": "^8.1.2"
	}
}
