{
	"name": "@codefeathers/runtype",
	"version": "0.8.1",
	"main": "dist",
	"types": "dist/index.d.ts",
	"description": "Runtime type assertions that return",
	"author": "Muthu Kumar <@MKRhere> (https://mkr.pw)",
	"license": "MIT",
	"tags": [
		"assertion",
		"testing"
	],
	"scripts": {
		"test": "ava",
		"build": "rimraf dist && tsc"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/codefeathers/runtype.git"
	},
	"bugs": {
		"url": "https://github.com/codefeathers/runtype/issues"
	},
	"homepage": "https://github.com/codefeathers/runtype#readme",
	"devDependencies": {
		"ava": "^3.5.0",
		"rimraf": "^3.0.2",
		"typescript": "^3.8.3"
	}
}
