{
	"name": "time-input-polyfill-utils",
	"version": "1.0.0-beta.35",
	"description": "A library of helper functions designed to make the building of time input polyfill components easier",
	"main": "npm/index.js",
	"jsdelivr": "time-input-polyfill-utils.min.js",
	"type": "module",
	"scripts": {
		"start": "cypress open",
		"test": "cypress run",
		"cy:open": "cypress open",
		"cy:run": "cypress run",
		"cy:entryLog": "cypress run --spec \"cypress/integration/ManualEntryLog.test.ts\"",
		"cy:converters": "cypress run --spec \"cypress/integration/converters.test.ts\"",
		"cy:getters": "cypress run --spec \"cypress/integration/getters.test.ts\"",
		"cy:modifiers": "cypress run --spec \"cypress/integration/modifiers.test.ts\"",
		"cy:is": "cypress run --spec \"cypress/integration/is.test.ts\"",
		"prepublish": "npx rollup -c && npx tsc --project tsconfig.prepublish.json",
		"postpublish": "rm -rf npm",
		"testpublish": "npm run prepublish && npm run postpublish"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/Dan503/time-input-polyfill-utils.git"
	},
	"keywords": [
		"time",
		"input",
		"polyfill",
		"helpers",
		"utility",
		"util",
		"library"
	],
	"author": "Daniel <dan503.npm@gmail.com>",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/Dan503/time-input-polyfill-utils/issues"
	},
	"homepage": "https://github.com/Dan503/time-input-polyfill-utils#readme",
	"devDependencies": {
		"@cypress/webpack-preprocessor": "^4.1.1",
		"@rollup/plugin-typescript": "^4.0.0",
		"@typescript-eslint/eslint-plugin": "^2.25.0",
		"@typescript-eslint/parser": "^2.25.0",
		"babel-plugin-external-helpers": "^6.22.0",
		"babel-preset-env": "^1.7.0",
		"cypress": "^4.1.0",
		"cypress-promise": "^1.1.0",
		"eslint": "^6.8.0",
		"eslint-config-prettier": "^6.10.1",
		"eslint-plugin-cypress": "^2.10.3",
		"eslint-plugin-prettier": "^3.1.2",
		"prettier": "^1.19.1",
		"rollup": "^2.3.3",
		"rollup-plugin-babel": "^4.4.0",
		"rollup-plugin-terser": "^5.3.0",
		"ts-loader": "^6.2.1",
		"ts-node": "^8.8.2",
		"typescript": "^3.8.3",
		"webpack": "^4.41.2"
	}
}
