{
	"name": "@ts-liveserver/ts-transpiler",
	"version": "2.0.0",
	"license": "ISC",
	"main": "dist/index.js",
	"publishConfig": {
		"access": "public"
	},
	"scripts": {
		"build": "tsc --build",
		"watch": "tsc --build --watch",
		"test:watch": "jest --watch",
		"test:update-snapshot": "jest --updateSnapshot",
		"test": "jest"
	},
	"peerDependencies": {
		"assert": "^2.0.0",
		"browserify-zlib": "^0.2.0",
		"buffer": "^6.0.3",
		"events": "^3.3.0",
		"stream": "^0.0.2",
		"util": "^0.12.3"
	},
	"devDependencies": {
		"@types/express": "^4.17.9",
		"@types/jest": "^26.0.0",
		"jest": "^26.0.1",
		"ts-jest": "^26.1.0"
	},
	"dependencies": {
		"enhanced-resolve": "5.x.x",
		"typescript": "4.x.x"
	},
	"gitHead": "3620355329876fb226858aad64c43aced4c25dea"
}
