{
	"name": "date-add-days",
	"version": "1.0.2",
	"author": "Marek Dajnowski",
	"funding": {
		"url": "https://github.com/sponsors/fornve"
	},
	"description": "Date manipulation dead simple. No dependencies.",
	"license": "MIT",
	"main": "date.js",
	"exports": {
		".": "./date.js",
		"./package.json": "./package.json"
	},
	"sideEffects": false,
	"scripts": {
		"test": "ts-jest tests"
	},
	"repository": {
		"type": "git",
		"url": "git://github.com/fornve/date-add-days.git"
	},
	"keywords": [
		"Date",
		"ES6",
		"addDays",
		"addHours",
		"addMinutes",
		"addSeconds",
		"daysLeft",
		"endOfDay",
		"toIsoDate",
		"toTimestamp",
		"yesterday"
	],
	"engines": {
		"node": ">= 12.0.0"
	},
	"publishConfig": {
		"ignore": [
			".github/workflows"
		]
	},
	"devDependencies": {
		"@types/jest": "^29.5.14",
		"ts-jest": "^29.3.2"
	}
}
