{
	"name": "@ts-std/extensions",
	"version": "1.5.0",
	"description": "A variety of extensions to native types. Heavily use `Result` and `Maybe` types from ts-std/monads.",
	"author": {
		"name": "Blaine Hansen",
		"email": "faichenshing@gmail.com",
		"url": "http://blainehansen.me/"
	},
	"homepage": "https://github.com/blainehansen/ts-std/tree/master/src/extensions#readme",
	"license": "MIT",
	"main": "dist/index.js",
	"typings": "dist/index.d.ts",
	"files": [
		"dist"
	],
	"publishConfig": {
		"access": "public"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/blainehansen/ts-std.git"
	},
	"scripts": {
		"test": "mocha -r ts-node/register lib/**/*.spec.ts",
		"build": "rm -rf dist/* && tsc",
		"preversion": "npm run build && npm test",
		"postversion": "npm publish"
	},
	"bugs": {
		"url": "https://github.com/blainehansen/ts-std/issues"
	},
	"dependencies": {
		"@ts-std/monads": "^1.0.0",
		"@ts-std/types": "^1.0.0"
	}
}
