{
	"name": "kiss-date",
	"version": "0.0.5",
	"description": "keep it simple stupid date library",
	"keywords": [
		"kiss-date",
		"date",
		"kiss",
		"tz",
		"timezone",
		"format",
		"moment",
		"momentjs",
		"moment-js",
		"date-fns",
		"fns"
	],
	"homepage": "https://github.com/clayrisser/kiss-date",
	"bugs": {
		"url": "https://github.com/clayrisser/kiss-date/issues",
		"email": "email@clayrisser.com"
	},
	"license": "MIT",
	"author": {
		"name": "Clay Risser",
		"email": "email@clayrisser.com",
		"url": "https://clayrisser.com"
	},
	"files": [
		"dist",
		"es",
		"lib"
	],
	"main": "lib/index.js",
	"module": "es/index.js",
	"repository": {
		"type": "git",
		"url": "https://github.com/clayrisser/kiss-date"
	},
	"dependencies": {
		"@babel/runtime": "^7.14.8",
		"core-js": "^3.16.0"
	},
	"devDependencies": {
		"@babel/cli": "^7.14.8",
		"@babel/core": "^7.14.8",
		"@babel/node": "^7.14.9",
		"@babel/plugin-proposal-class-properties": "^7.14.5",
		"@babel/plugin-proposal-decorators": "^7.14.5",
		"@babel/plugin-proposal-optional-chaining": "^7.14.5",
		"@babel/plugin-proposal-private-methods": "^7.14.5",
		"@babel/plugin-transform-runtime": "^7.14.5",
		"@babel/preset-env": "^7.14.9",
		"@babel/preset-typescript": "^7.14.5",
		"@types/jest": "^26.0.24",
		"@typescript-eslint/eslint-plugin": "^4.29.0",
		"@typescript-eslint/parser": "^4.29.0",
		"babel-loader": "^8.2.2",
		"babel-plugin-inline-import": "^3.0.0",
		"babel-plugin-macros": "^3.1.0",
		"babel-plugin-module-resolver": "^4.1.0",
		"babel-plugin-transform-typescript-metadata": "^0.3.2",
		"cloc": "^2.8.0",
		"cspell": "^5.6.6",
		"eslint": "^7.32.0",
		"eslint-config-airbnb-typescript": "^12.3.1",
		"eslint-config-prettier": "^8.3.0",
		"eslint-plugin-import": "^2.23.4",
		"eslint-plugin-spellcheck": "^0.0.19",
		"jest": "^27.0.6",
		"jest-sonar-reporter": "^2.0.0",
		"lockfile-lint": "^4.6.2",
		"majestic": "^1.8.1",
		"prettier": "^2.3.2",
		"typescript": "^4.3.5",
		"webpack": "^5.48.0",
		"webpack-cli": "^4.7.2"
	},
	"engines": {
		"node": ">=6.0.0"
	},
	"eslintIgnore": [
		"dist",
		"es",
		"lib"
	],
	"jest": {
		"testRegex": "((/(tests|__tests__)((/|/[^_.\n][^/\n]*(/[^_.\n][^/\n]+)*/)[^_.\n][^/\n]*))|((/|/.*/)(([^_.\n][^/\n]*.(spec|test))|(spec|test)))).[jt]sx?$",
		"testEnvironment": "node",
		"verbose": true,
		"testPathIgnorePatterns": [
			"<rootDir>/dist/",
			"<rootDir>/es/",
			"<rootDir>/lib/"
		],
		"transformIgnorePatterns": [
			"\\.d\\.tsx?$"
		],
		"setupFilesAfterEnv": [
			"<rootDir>/tests/_setup.ts"
		]
	},
	"jestSonar": {
		"reportPath": "node_modules/.tmp/reports",
		"reportFile": "test-report.xml",
		"indent": 4
	},
	"prettier": {
		"singleQuote": true,
		"trailingComma": "none"
	},
	"scripts": {
		"build": "make -s build",
		"clean": "make -s clean",
		"coverage": "make -s coverage",
		"format": "make -s format",
		"inc": "make -s inc",
		"lint": "make -s lint",
		"make": "make",
		"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"
	}
}
