{
	"name": "@altarhost/schemas",
	"version": "0.1.6",
	"description": "",
	"license": "MIT",
	"keywords": [
		"altarhost"
	],
	"private": false,
	"homepage": "https://altar.host",
	"author": "Altar Host <npm@altar.host> (https://altar.host)",
	"main": "./dist/index.js",
	"types": "./dist/index.d.ts",
	"files": [
		"readme.md",
		"dist/**/*"
	],
	"devDependencies": {
		"@altarhost/eslint-config": "^0.2.10",
		"@exodus/schemasafe": "^1.0.0-rc.6",
		"@types/flat": "^5.0.2",
		"@types/glob": "^7.2.0",
		"@types/node": "^16.11.7",
		"chalk": "^4.1.2",
		"eslint": "^7.32.0",
		"lodash": "^4.17.21",
		"typedoc": "^0.22.9",
		"typescript": "^4.4.4",
		"yaml": "^1.10.2"
	},
	"dependencies": {
		"@stoplight/json-ref-resolver": "^3.1.3",
		"bson": "^4.5.4",
		"flat": "^5.0.2",
		"glob": "^7.2.0",
		"json-schema-to-typescript": "^10.1.5",
		"ts-node": "^10.4.0",
		"tslib": "^2.3.1"
	},
	"scripts": {
		"lint": "eslint . --fix",
		"build": "node --no-warnings --loader ts-node/esm scripts/build.ts"
	}
}
