{
	"name": "jest-transform-svelte",
	"version": "2.1.1",
	"description": "Jest Transformer for Svelte components",
	"main": "index.js",
	"scripts": {
		"test": "echo \"Error: no test specified\" && exit 1"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/rspieker/jest-transform-svelte.git"
	},
	"bugs": {
		"url": "https://github.com/rspieker/jest-transform-svelte/issues"
	},
	"keywords": [
		"jest",
		"svelte",
		"transform"
	],
	"author": "Rogier Spieker <rogier+npm@konfirm.eu>",
	"contributors": [
		"Will Ockelmann-Wagner <wow@carbonfive.com> (https://github.com/will-wow)",
		"Sindre Johansen <sindre@sindrejohansen.no> (https://github.com/sindreij)",
		"Andrii Ponamarov <ponamarevandrej@gmail.com> (https://github.com/andrey-ponamarev)"
	],
	"license": "MIT",
	"peerDependencies": {
		"svelte": ">= 3"
	},
	"dependencies": {
		"deasync": "^0.1.19"
	},
	"devDependencies": {
		"eslint": "^6.3.0",
		"eslint-config-prettier": "^6.1.0",
		"eslint-plugin-prettier": "^3.1.0",
		"prettier": "^1.18.2",
		"svelte": "^3.1.0"
	}
}
