{
	"name": "@etothepii/satisfactory-file-parser",
	"author": "etothepii",
	"version": "4.1.1",
	"description": "A file parser for satisfactory files. Includes save files and blueprint files.",
	"types": "./build/index.d.ts",
	"main": "./build/index.js",
	"keywords": [
		"satisfactory",
		"save",
		"parser",
		"blueprint",
		"unreal engine",
		"typescript"
	],
	"sideEffects": false,
	"scripts": {
		"test": "tsc --noEmit && set PARSER_DEBUG=debug&& jest --config=jest.config.json --max_old_space_size=30720",
		"doc": "typedoc src/index.ts",
		"build": "tsc",
		"prepublishOnly": "npm run build"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/etothepii4/satisfactory-file-parser.git"
	},
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/etothepii4/satisfactory-file-parser/issues"
	},
	"homepage": "https://github.com/etothepii4/satisfactory-file-parser#readme",
	"devDependencies": {
		"@types/jest": "^29.5.14",
		"@types/node": "^18.19.130",
		"@types/pako": "^2.0.0",
		"jest": "^29.5.0",
		"ts-jest": "^29.0.5",
		"ts-node": "^10.9.1",
		"typedoc": "^0.28.19",
		"typescript": "^5.6.0"
	},
	"dependencies": {
		"pako": "^2.1.0"
	}
}