{
	"name": "@ayanaware/errors",
	"version": "1.1.0",
	"description": "Common AyanaWare errors",
	"repository": {
		"type": "git",
		"url": "https://gitlab.com/ayanaware/errors"
	},
	"author": "Ayana Developers <devs@ayana.io>",
	"contributors": [
		"HcgRandon <me@randon.moe>",
		"TheAkio <me@theak.io>"
	],
	"main": "build/index.js",
	"types": "build/index.d.ts",
	"scripts": {
		"build": "ayc build",
		"prepublishOnly": "ayc clean build",
		"test": "ayt"
	},
	"devDependencies": {
		"@ayana/test": "^2.1.0",
		"@ayanaware/ts": "^1.1.3",
		"@types/node": "^12.12.26",
		"tslint": "^5.20.1",
		"typescript": "^3.7.5"
	},
	"license": "MIT",
	"private": false
}
