{
	"name": "@kobold/xiv",
	"version": "0.0.2",
	"description": "Automated Kobold configuration for Final Fantasy XIV",
	"keywords": ["sqpack", "ffxiv", "final fantasy xiv", "parser"],
	"author": "ackwell (https://ackwell.com.au)",
	"repository": "ackwell/kobold",
	"license": "MIT",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"publishConfig": {
		"access": "public"
	},
	"engines": {
		"node": ">=10"
	},
	"peerDependencies": {
		"@kobold/core": "^0.0.1"
	},
	"dependencies": {
		"@babel/runtime-corejs3": "^7.9.2"
	},
	"devDependencies": {
		"@kobold/core": "^0.0.1"
	}
}
