{
	"name": "@stardazed/streams-text-encoding",
	"description": "Implementation of text encoder and decoder streams",
	"version": "1.0.2",
	"author": {
		"name": "Arthur Langereis"
	},
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "https://github.com/stardazed/sd-streams.git"
	},
	"main": "dist/sd-streams-text-encoding.umd.js",
	"browser": "dist/sd-streams-text-encoding.esm.js",
	"module": "dist/sd-streams-text-encoding.esm.js",
	"types": "dist/sd-streams-text-encoding.d.ts",
	"scripts": {
		"build": "rollup -c",
		"prepublishOnly": "npm run build"
	},
	"files": [
		"dist/*.d.ts",
		"dist/*.js"
	],
	"devDependencies": {
		"rollup": "^0.65.2",
		"rollup-plugin-typescript": "^0.8.1",
		"typescript": "^3.0.3"
	}
}
