{
	"name": "@kobold/core",
	"version": "0.0.2",
	"description": "Kobold core",
	"keywords": [
		"sqpack",
		"ffxiv",
		"final fantasy fix",
		"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"
	},
	"dependencies": {
		"@babel/runtime-corejs3": "^7.9.2",
		"@types/binary-parser": "^1.5.0",
		"binary-parser": "^1.6.2",
		"fast-glob": "^3.2.2"
	},
	"devDependencies": {}
}
