{
	"name": "map-series-async",
	"version": "0.0.1",
	"description": "map over a single async operation at a time",
	"keywords": [
		"map-series-async",
		"map",
		"async",
		"series",
		"bluebird"
	],
	"homepage": "https://github.com/codejamninja/map-series-async",
	"bugs": {
		"url": "https://github.com/codejamninja/map-series-async/issues",
		"email": "jam@codejam.ninja"
	},
	"license": "MIT",
	"author": {
		"name": "Jam Risser",
		"email": "jam@codejam.ninja",
		"url": "https://codejam.ninja"
	},
	"files": [
		"lib"
	],
	"main": "lib/index.js",
	"repository": {
		"type": "git",
		"url": "https://github.com/codejamninja/map-series-async"
	},
	"scripts": {
		"build": "make -s build",
		"clean": "make -s clean",
		"coverage": "make -s coverage",
		"format": "make -s format",
		"lint": "make -s lint",
		"prepare": "make -s prepare",
		"purge": "make -s purge",
		"report": "make -s report",
		"spellcheck": "make -s spellcheck",
		"start": "make -s start",
		"test": "make -s test",
		"test:ui": "make test-ui",
		"test:watch": "make -s test-watch"
	},
	"dependencies": {
		"core-js": "^3.6.5"
	},
	"devDependencies": {
		"@babel/cli": "^7.8.4",
		"@babel/core": "^7.9.6",
		"@babel/node": "^7.8.7",
		"@babel/plugin-proposal-class-properties": "^7.8.3",
		"@babel/plugin-proposal-decorators": "^7.8.3",
		"@babel/plugin-proposal-optional-chaining": "^7.9.0",
		"@babel/preset-env": "^7.9.6",
		"@babel/preset-typescript": "^7.9.0",
		"@types/jest": "^25.2.1",
		"@typescript-eslint/eslint-plugin": "^2.30.0",
		"@typescript-eslint/parser": "^2.30.0",
		"cspell": "^4.0.57",
		"eslint": "^6.8.0",
		"eslint-config-airbnb-typescript": "^7.2.1",
		"eslint-config-prettier": "^6.11.0",
		"eslint-plugin-import": "^2.20.2",
		"gnumake": "^0.3.1",
		"jest": "^25.5.2",
		"jest-sonar-reporter": "^2.0.0",
		"lockfile-lint": "^4.2.2",
		"majestic": "^1.6.2",
		"prettier": "^2.0.5",
		"typescript": "^3.8.3"
	},
	"engines": {
		"node": ">=6.0.0"
	},
	"eslintIgnore": [
		"lib"
	],
	"jest": {
		"testRegex": "tests(/|/.*/)[^_/]*[jt]sx?$",
		"verbose": true
	},
	"jestSonar": {
		"reportPath": "node_modules/.tmp/reports",
		"reportFile": "test-report.xml",
		"indent": 4
	}
}
